次の方法で共有


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 です。

適用対象