Compartir a través de


ProviderConnector<T>.Identifier Property

 

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