Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier of the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public string Identifier { get; }
public:
property String^ Identifier {
String^ get();
}
Public ReadOnly Property Identifier As String
Property Value
Type: System.String
The identifier of the provider.
Remarks
Null is returned if the provider is not set, such as when the connection is not complete.
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top