EventRecord.ProviderId Property
Applies to: Semantic Logging Application Block 1.0
Gets or sets the id of the source originating the event.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public Guid ProviderId { get; set; }
'Declaration
Public Property ProviderId As Guid
Get
Set
public:
property Guid ProviderId {
Guid get ();
void set (Guid value);
}
Property Value
Type: Guid
The event source id.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace