| EventDetails Property |
A detailed description 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 Details { get; set; }
Public Property Details As String
Get
Set
public:
property String^ Details {
String^ get ();
void set (String^ value);
}
member Details : string with get, set
Property Value
Type:
StringSee Also