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