Gets or sets the address.
| C# | Visual Basic |
[DataMemberAttribute] public string Address { get; set; }
<DataMemberAttribute> _ Public Property Address As String Get Set
The address.
| C# | Visual Basic |
[DataMemberAttribute] public string Address { get; set; }
<DataMemberAttribute> _ Public Property Address As String Get Set