| EventSource Property |
An identifier for the application or service from which the event originated.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string Source { get; set; }
Public Property Source As String
Get
Set
public:
property String^ Source {
String^ get ();
void set (String^ value);
}
member Source : string with get, set
Property Value
Type:
StringSee Also