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.
The load balanced URI location of the application.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Uri As Uri
    Get
    Set
'Usage
Dim instance As SPSharedServiceApplicationInfo
Dim value As Uri
value = instance.Uri
instance.Uri = value
[DataMemberAttribute]
public Uri Uri { get; set; }
Property Value
Type: System.Uri
Returns Uri.
See Also
Reference
SPSharedServiceApplicationInfo Class