Gets or sets the type of event.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string EventType { get; set; } |
| Visual Basic |
|---|
Public Property EventType As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ EventType {
String^ get ();
void set (String^ value);
} |
See Also