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.
Returns a list of data for the specified provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[OperationContractAttribute]
IList<ProviderInfo> Query(
QuerySpecification specification
)
[OperationContractAttribute]
IList<ProviderInfo^>^ Query(
QuerySpecification^ specification
)
<OperationContractAttribute>
Function Query (
specification As QuerySpecification
) As IList(Of ProviderInfo)
Parameters
specification
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.QuerySpecificationDetails of the provider to query.
Return Value
Type: System.Collections.Generic.IList<ProviderInfo>
An instance of IList<T> that contains ProviderInfo objects, or an empty list if none are found.
See Also
IProviderRegistry Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top