Partager via


ProviderHost.ProviderId Property

 

Gets the identifier for the provider.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public string ProviderId { get; private set; }
public:
property String^ ProviderId {
    String^ get();
    private: void set(String^ value);
}
Public Property ProviderId As String
    Get
    Private Set
End Property

Property Value

Type: System.String

An instance of String that contains the identifier.

See Also

ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top