ProviderMetadata.Name Property

Definition

Gets the unique name of the event provider.

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

Property Value

Returns a string that contains the unique name of the event provider.

Applies to

See also