EndpointDiscoveryElement.Scopes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.