Share via


ProviderInfo.Identifier Property

 

Gets and sets the identifier.

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

Syntax

[DataMemberAttribute]
public string Identifier { get; set; }
public:
[DataMemberAttribute]
property String^ Identifier {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Identifier As String

Property Value

Type: System.String

The identifier.

See Also

ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top