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 | |
---|---|---|
![]() |
QuerySpecification() | Initializes a new instance of the QuerySpecification class. |
Properties
Name | Description | |
---|---|---|
![]() |
Contract | Gets and sets the identifier of the contract. |
![]() |
ProviderId | Gets and sets the identifier of the provider. |
![]() |
Server | Indicates whether the provider is on the server. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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