EventLogConfiguration.OwningProviderName Property

Definition

Gets the name of the event provider that created this event log.

public:
 property System::String ^ OwningProviderName { System::String ^ get(); };
public string OwningProviderName { get; }
member this.OwningProviderName : string
Public ReadOnly Property OwningProviderName As String

Property Value

The name of the event provider that created this event log.

Applies to

See also