ScopeElement.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

Значение свойства

Uri

URI области.

Атрибуты

Применяется к