ScopeElement::Scope Property

.NET Framework (current version)
 

Gets or sets the scope URI.

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

public:
[ConfigurationPropertyAttribute("scope", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[CallbackValidatorAttribute(CallbackMethodName = "ScopeValidatorCallback", 
	Type = (ScopeElement^::typeid))]
property Uri^ Scope {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The scope URI.

.NET Framework
Available since 4.0
Return to top
Show: