EventInfoSourceName 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 [DataMemberAttribute]
public string SourceName { get; set; }
<DataMemberAttribute>
Public Property SourceName As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ SourceName {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract SourceName : string with get, set
[<DataMemberAttribute>]
override SourceName : string with get, set
Property Value
Type:
String
The name of the source.
Implements
IEventInfoSourceNameSee Also