QuerySpecification.Server Property
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