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 a service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As ISharedServiceApplication
Dim value As Uri
value = instance.Uri
Uri Uri { get; }
Property Value
Type: System.Uri
A Uri that is the logical address of a service application.
See Also
Reference
ISharedServiceApplication Interface