Gets or sets the headcount number for this event.
Namespace:
Asi.iBO.Events
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int HeadCount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HeadCount As Integer |
| Visual C++ |
|---|
public:
property int HeadCount {
int get ();
void set (int value);
} |
See Also