FindCriteriaElement.Scopes Propriedade

Definição

Obtém uma coleção de objetos FindCriteriaElement que contêm URIs absolutos que são usados durante uma operação de localização para encontrar serviços específicos.Gets a collection of FindCriteriaElement objects that contain absolute URIs that are used during a find operation to locate a specific service or services.

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

Valor da propriedade

ScopeElementCollection

Uma coleção de elementos que contêm URIs.A collection of elements that contain URIs.

Atributos

Comentários

Se o serviço específico for encontrado, uma correspondência bem-sucedida terá sido feita entre o URI do serviço e o URI do escopo, às vezes com a ajuda de regras de escopo que lidam com complicações de correspondência.If the specific service is found, a successful match has been made between the service URI and the Scope URI, sometimes with the help of scope rules that handle complications of matching.

Aplica-se a