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