EndpointDiscoveryElement.Scopes Property

Definition

Gets a collection of scopes for this endpoint.

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

Property Value

A collection of scopes associated with this endpoint.

Attributes

Remarks

A scope is any URI that can be used to group services into logical groups.

Applies to