ConnectedServiceHandlerExportAttribute.ProviderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique Provider ID for the provider/handler. This 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]