Share via


ISharedServiceApplication.TermsOfServiceUri Property

A link to a terms of service document for the application instance.

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

Syntax

'Declaration
Property TermsOfServiceUri As Uri
    Get
    Set
'Usage
Dim instance As ISharedServiceApplication
Dim value As Uri

value = instance.TermsOfServiceUri

instance.TermsOfServiceUri = value
Uri TermsOfServiceUri { get; set; }

Property Value

Type: System.Uri
A Uri that is the link to a terms of service document for the application.

Remarks

Specifying a link to the terms of service document is optional.

See Also

Reference

ISharedServiceApplication Interface

ISharedServiceApplication Members

Microsoft.SharePoint.Administration Namespace