ConnectedServiceInfo.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 string identifier of the ConnectedServiceProvider that configured this service.
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