EventSponsorshipFeeOptionCapacity Property
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("Capacity")]
public int? Capacity { get; protected set; }
<NetForumFieldAttribute("Capacity")>
Public Property Capacity As Integer?
Get
Protected Set
public:
[NetForumFieldAttribute(L"Capacity")]
property Nullable<int> Capacity {
Nullable<int> get ();
protected: void set (Nullable<int> value);
}
[<NetForumFieldAttribute("Capacity")>]
member Capacity : Nullable<int> with get, set
Property Value
NullableInt32