ISharedServiceApplication.Endpoints Property

Gets the endpoints of the service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
ReadOnly Property Endpoints As IEnumerable(Of IServiceEndpoint)
    Get
'Usage
Dim instance As ISharedServiceApplication
Dim value As IEnumerable(Of IServiceEndpoint)

value = instance.Endpoints
IEnumerable<IServiceEndpoint> Endpoints { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<IServiceEndpoint>
Returns IEnumerable<T>.

See Also

Reference

ISharedServiceApplication Interface

ISharedServiceApplication Members

Microsoft.SharePoint.Administration Namespace