FindCriteriaElement.Scopes プロパティ

定義

特定のサービスを検索する検索操作中に使用される絶対 URI を含む FindCriteriaElement オブジェクトのコレクションを取得します。

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 を含む要素のコレクション。

属性

注釈

特定のサービスが見つかった場合、サービス URI とスコープ URI の間で一致が成功しました。場合によっては、一致の複雑さを処理するスコープ ルールの助けを借りて行われます。

適用対象