EventRecord.ProviderName 属性

定义

获取发布此事件的事件提供程序的名称。Gets the name of the event provider that published this event.

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

属性值

String

返回一个包含发布此事件的事件提供程序的名称的字符串。Returns a string that contains the name of the event provider that published this event.

适用于