QuerySpecification Class

 

Represents the details of the providers that you want to query.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework::QuerySpecification

[DataContractAttribute]
public ref class QuerySpecification 

NameDescription
System_CAPS_pubmethodQuerySpecification()

Initializes a new instance of the QuerySpecification class.

NameDescription
System_CAPS_pubpropertyContract

Gets and sets the identifier of the contract.

System_CAPS_pubpropertyProviderId

Gets and sets the identifier of the provider.

System_CAPS_pubpropertyServer

Indicates whether the provider is on the server.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: