Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URI of the endpoint of the connected web service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property ServiceEndpointUri As Uri
Get
'Usage
Dim instance As SPIisWebServiceApplicationProxy
Dim value As Uri
value = instance.ServiceEndpointUri
public virtual Uri ServiceEndpointUri { get; }
Type: System.Uri
The URI of the endpoint.
SPIisWebServiceApplicationProxy class