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)
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