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.
Indicates whether the provider is on the server.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public bool Server { get; set; }
public:
[DataMemberAttribute]
property bool Server {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property Server As Boolean
Property Value
Type: System.Boolean
true if the provider is on the server; otherwise, false.
See Also
QuerySpecification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top