 | OrganizationTypeCode Property |
Organization type code
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("org_ogt_code")]
public string TypeCode { get; set; }<NetForumFieldAttribute("org_ogt_code")>
Public Property TypeCode As String
Get
Setpublic:
[NetForumFieldAttribute(L"org_ogt_code")]
property String^ TypeCode {
String^ get ();
void set (String^ value);
}[<NetForumFieldAttribute("org_ogt_code")>]
member TypeCode : string with get, setProperty Value
String
See Also