SPLoadBalancerServiceInstance.Url Property
Gets the URL of the load-balancer service instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property Url As String
Get
'Usage
Dim instance As SPLoadBalancerServiceInstance
Dim value As String
value = instance.Url
public virtual string Url { get; }
Property Value
Type: System.String
A string that contains the URL of the service instance.
See Also
Reference
SPLoadBalancerServiceInstance Class