共用方式為


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。

屬性

適用於