SPIisWebServiceApplication.Uri property
Gets the logical address of the Web service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As Uri
value = instance.Uri
public virtual Uri Uri { get; }
Type: System.Uri
A Uri that is the logical address of the Web service application.
This property determines the load-balanced Uri for the service application. By default, this property references the internal SharePoint load balancer. Set this property to specify an external load balancer.
SPIisWebServiceApplication class