PostalAddressAddressLines Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.PostalAddress.AddressLines"]
Namespace: WorkZone.Dispatcher.BaseAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string[] AddressLines { get; }
Public ReadOnly Property AddressLines As String()
Get
public:
property array<String^>^ AddressLines {
array<String^>^ get ();
}
member AddressLines : string[] with get
Property Value
String
See Also