Share via


SPSharedServiceApplicationInfo.TermsOfServiceUri Property

URI location where the terms of service are specified for the application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TermsOfServiceUri As Uri
    Get
    Set
'Usage
Dim instance As SPSharedServiceApplicationInfo
Dim value As Uri

value = instance.TermsOfServiceUri

instance.TermsOfServiceUri = value
[DataMemberAttribute]
public Uri TermsOfServiceUri { get; set; }

Property Value

Type: System.Uri
Returns Uri.

See Also

Reference

SPSharedServiceApplicationInfo Class

SPSharedServiceApplicationInfo Members

Microsoft.SharePoint.Administration Namespace