Share via


EventLogConfiguration.ProviderNames Vlastnost

Definice

Získá výčtovou kolekci názvů všech zprostředkovatelů událostí, kteří mohou publikovat události do tohoto protokolu událostí.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ProviderNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ProviderNames { get; }
member this.ProviderNames : seq<string>
Public ReadOnly Property ProviderNames As IEnumerable(Of String)

Hodnota vlastnosti

Výčet kolekce řetězců, které obsahují názvy zprostředkovatelů událostí.

Platí pro

Viz také