Share via


EndpointDiscoveryBehavior.Scopes プロパティ

定義

エンドポイントに関連付けられているスコープを取得します。

public:
 property System::Collections::ObjectModel::Collection<Uri ^> ^ Scopes { System::Collections::ObjectModel::Collection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Uri> Scopes { get; }
member this.Scopes : System.Collections.ObjectModel.Collection<Uri>
Public ReadOnly Property Scopes As Collection(Of Uri)

プロパティ値

スコープのコレクション。

注釈

スコープは、サービスまたはサービスのグループを識別するために使用される URI です。

適用対象