EventSchema.ProviderId Property
Applies to: Semantic Logging 2.0
Gets the provider id.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public Guid ProviderId { get; }
'Declaration
Public ReadOnly Property ProviderId As Guid
Get
Property Value
Type: Guid
The provider id.
Remarks
Provider GUID can be Empty for pre-Vista ETW providers.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace