FindCriteriaElement::ScopeMatchBy Property

.NET Framework (current version)
 

Gets or sets a URI that designates the name and location of a service that is being searched for and against which members of the Scopes collection are matched.

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

public:
[ConfigurationPropertyAttribute("scopeMatchBy")]
property Uri^ ScopeMatchBy {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URI of a service application.

.NET Framework
Available since 4.0
Return to top
Show: