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 of the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public string ProviderId { get; set; }
public:
[DataMemberAttribute]
property String^ ProviderId {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property ProviderId As String
Property Value
Type: System.String
An instance of String that contains the identifier of the provider.
See Also
QuerySpecification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top