WebServiceDescriptor.TargetScopes Property

Definition

Gets a collection of EndpointAddress that represents the target scopes.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ TargetScopes { System::Collections::Generic::ICollection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Protocols.WSTrust.EndpointReference> TargetScopes { get; }
member this.TargetScopes : System.Collections.Generic.ICollection<System.IdentityModel.Protocols.WSTrust.EndpointReference>
Public ReadOnly Property TargetScopes As ICollection(Of EndpointReference)

Property Value

The collection of target scopes.

Applies to