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 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