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 address of the endpoint URI.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EndpointAddress As Uri
Get
'Usage
Dim instance As SPServiceLoadBalancerContext
Dim value As Uri
value = instance.EndpointAddress
public abstract Uri EndpointAddress { get; }
Property value
Type: System.Uri
The address of the endpoint URI.
See also
Reference
SPServiceLoadBalancerContext class