SPSharedServiceApplicationInfo.Uri property
The load balanced URI location of the application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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