Share via


FindCriteria.Scopes プロパティ

定義

サービス検索に使用されるスコープを表現する絶対 URI のコレクションを取得します。

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)

プロパティ値

Collection<Uri>

サービス検索に使用される絶対 URI のコレクション。

注釈

複数のスコープが指定されると、すべてのスコープに一致するサービス エンドポイントのみが応答します。

適用対象