Share via


CloudEventEntry.ProviderId Property

Applies to: Semantic Logging 2.0

Gets or sets the unique identifier for the provider, which is typically the class derived from EventSource.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure.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.

See Also

CloudEventEntry Class

CloudEventEntry Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure Namespace