ZipCode or postal code
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ZipCode { get; set; }
Property ZipCode As String
Get
Set
Dim instance As IAddress
Dim value As String
value = instance.ZipCode
instance.ZipCode = value
property String^ ZipCode {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also