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