CustomerAddressPostCode Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("adr_post_code")]
public string PostCode { get; set; }
<NetForumFieldAttribute("adr_post_code")>
Public Property PostCode As String
Get
Set
public:
[NetForumFieldAttribute(L"adr_post_code")]
property String^ PostCode {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("adr_post_code")>]
member PostCode : string with get, set
Property Value
String