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