SPIisWebServiceApplication.Endpoints property

Gets the endpoints of the service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.Collections.Generic.IEnumerable<IServiceEndpoint>
An SPIisWebServiceEndpoint that represents a Web service endpoint.

Implements

ISharedServiceApplication.Endpoints

Remarks

The SPIisWebServiceEndpoint is used to obtain the URI of a service that can be used to communicate with the SPIisWebServiceApplication.SPIisWebService.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace