 | CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationCustomerType Property |
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("cst_type", NetForumDataBindingMode.ReadOnly)]
public string CustomerType { get; }<NetForumFieldAttribute("cst_type", NetForumDataBindingMode.ReadOnly)>
Public ReadOnly Property CustomerType As String
Getpublic:
[NetForumFieldAttribute(L"cst_type", NetForumDataBindingMode::ReadOnly)]
virtual property String^ CustomerType {
String^ get () sealed;
}[<NetForumFieldAttribute("cst_type", NetForumDataBindingMode.ReadOnly)>]
abstract CustomerType : string with get
[<NetForumFieldAttribute("cst_type", NetForumDataBindingMode.ReadOnly)>]
override CustomerType : string with getProperty Value
StringImplements
ICustomerCustomerType
See Also