ScopeElement.Scope Property

Definition

Gets or sets the scope URI.

public:
 property Uri ^ Scope { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.CallbackValidator(CallbackMethodName="ScopeValidatorCallback", Type=typeof(System.ServiceModel.Discovery.Configuration.ScopeElement))]
[System.Configuration.ConfigurationProperty("scope", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public Uri Scope { get; set; }
[<System.Configuration.CallbackValidator(CallbackMethodName="ScopeValidatorCallback", Type=typeof(System.ServiceModel.Discovery.Configuration.ScopeElement))>]
[<System.Configuration.ConfigurationProperty("scope", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Scope : Uri with get, set
Public Property Scope As Uri

Property Value

Uri

The scope URI.

Attributes

Applies to