SPServiceLoadBalancerContext.EndpointAddress Property
Gets the address of the endpoint URI.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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