EventRecord.ProviderName Proprietà

Definizione

Ottiene il nome del provider di eventi che ha pubblicato questo evento.

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

Valore della proprietà

Restituisce una stringa contenente il nome del provider di eventi che ha pubblicato questo evento.

Si applica a

Vedi anche