Share via


EventRecord.ProviderName Property

Applies to: Semantic Logging Application Block 1.0

Gets or sets the friendly name of the class that is derived from the event source.

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 string ProviderName { get; set; }
'Declaration
Public Property ProviderName As String
    Get
    Set
public:
property String^ ProviderName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: String
The provider name.

See Also

EventRecord Class

EventRecord Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace