Condividi tramite


EventLogConfiguration.ProviderNames Proprietà

Definizione

Ottiene un insieme enumerabile dei nomi di tutti i provider di eventi che possono pubblicare eventi in questo log.

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)

Valore della proprietà

Raccolta enumerabile di stringhe contenenti i nomi del provider di eventi.

Si applica a

Vedi anche