SPRoundRobinServiceLoadBalancerContext.EndpointAddress Property
The end point uri address.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property EndpointAddress As Uri
Get
'Usage
Dim instance As SPRoundRobinServiceLoadBalancerContext
Dim value As Uri
value = instance.EndpointAddress
public override Uri EndpointAddress { get; }
Property Value
Type: System.Uri
Returns Uri.
See Also
Reference
SPRoundRobinServiceLoadBalancerContext Class