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