FindCriteriaElement::Scopes Property

.NET Framework (current version)
 

Gets a collection of FindCriteriaElement objects that contain absolute URIs that are used during a find operation to locate a specific service or services.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("scopes")]
property ScopeElementCollection^ Scopes {
	ScopeElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Discovery.Configuration::ScopeElementCollection^

A collection of elements that contain URIs.

If the specific service is found, a successful match has been made between the service URI and the Scope URI, sometimes with the help of scope rules that handle complications of matching.

.NET Framework
Available since 4.0
Return to top
Show: