IEventInfoSourceName Property |
Win32_NTLogEvent: Name of the source (application, service, driver, or subsystem) that
generated the entry. It is used, together with EventIdentifier to uniquely identify a
Windows event type.
Namespace:
Xcalibur.Models.Events
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string SourceName { get; set; }
Property SourceName As String
Get
Set
property String^ SourceName {
String^ get ();
void set (String^ value);
}
abstract SourceName : string with get, set
Property Value
Type:
String
The name of the source.
See Also