| EventCategory Property |
A category that describes the nature of the event.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string Category { get; set; }
Public Property Category As String
Get
Set
public:
property String^ Category {
String^ get ();
void set (String^ value);
}
member Category : string with get, set
Property Value
Type:
StringSee Also