ConnectedServiceHandlerExportAttribute.ProviderId Property

Definition

Gets the unique Provider ID for the provider/handler. The id is used to match a provider with its handlers.

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

Property Value

Returns String.

Remarks

The recommended Provider ID format is: [Service Company].[Service].[SubService]

Applies to