Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the logical address of the Web service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
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