Share via


EventLogConfiguration.ProviderNames 屬性

定義

取得可列舉的集合,包含可將事件發行至這個事件記錄檔的所有事件提供者名稱。

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)

屬性值

可列舉的字串集合,這些字串包含事件提供者名稱。

適用於

另請參閱