Partager via


ScopeElement.Scope Propriété

Définition

Obtient ou définit l'URI d'étendue.

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

Valeur de propriété

Uri

URI d'étendue.

Attributs

S’applique à