ProviderMetadata.Id Property

Definition

Gets the globally unique identifier (GUID) for the event provider.

public:
 property Guid Id { Guid get(); };
public Guid Id { get; }
member this.Id : Guid
Public ReadOnly Property Id As Guid

Property Value

Returns the GUID value for the event provider.

Applies to

See also