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)

プロパティ値

イベント プロバイダーの名前が格納された文字列の列挙可能なコレクションです。

適用対象

こちらもご覧ください