CivicAddress.Building Property

Definition

Gets or sets the building name or number.

public:
 property System::String ^ Building { System::String ^ get(); void set(System::String ^ value); };
public string Building { get; set; }
member this.Building : string with get, set
Public Property Building As String

Property Value

The building name or number. If the data is not provided, returns Empty.

Applies to