SPRoundRobinServiceLoadBalancerContext.EndpointAddress property
The end point uri address.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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