共用方式為


EndpointDiscoveryElement.Scopes 屬性

定義

取得此端點之範圍的集合。

public:
 property System::ServiceModel::Discovery::Configuration::ScopeElementCollection ^ Scopes { System::ServiceModel::Discovery::Configuration::ScopeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("scopes")]
public System.ServiceModel.Discovery.Configuration.ScopeElementCollection Scopes { get; }
[<System.Configuration.ConfigurationProperty("scopes")>]
member this.Scopes : System.ServiceModel.Discovery.Configuration.ScopeElementCollection
Public ReadOnly Property Scopes As ScopeElementCollection

屬性值

與此端點相關聯的範圍集合。

屬性

備註

範圍是可用來將服務分為邏輯群組的任何 URI。

適用於