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.
Represents the details of the providers that you want to query.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.QuerySpecification
Syntax
[DataContractAttribute]
public class QuerySpecification
[DataContractAttribute]
public ref class QuerySpecification 
<DataContractAttribute>
Public Class QuerySpecification
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | QuerySpecification() | Initializes a new instance of the QuerySpecification class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Contract | Gets and sets the identifier of the contract. | 
| .jpeg) | ProviderId | Gets and sets the identifier of the provider. | 
| .jpeg) | Server | Indicates whether the provider is on the server. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top