SPIisWebServiceApplication.Uri property

Gets the logical address of the Web service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'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; }

Property value

Type: System.Uri
A Uri that is the logical address of the Web service application.

Implements

ISharedServiceApplication.Uri

Remarks

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.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace