Gets or sets the address type.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string AddressType { get; set; }
public string AddressType { get; set; }
Public Property AddressType As String
Get
Set
Public Property AddressType As String
Get
Set
public:
property String^ AddressType {
String^ get ();
void set (String^ value);
}
public:
property String^ AddressType {
String^ get ();
void set (String^ value);
}
member AddressType : string with get, set
member AddressType : string with get, set