Share via


QuerySpecification Class

 

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
System_CAPS_pubmethod QuerySpecification()

Initializes a new instance of the QuerySpecification class.

Properties

Name Description
System_CAPS_pubproperty Contract

Gets and sets the identifier of the contract.

System_CAPS_pubproperty ProviderId

Gets and sets the identifier of the provider.

System_CAPS_pubproperty Server

Indicates whether the provider is on the server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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