SPIisWebServiceApplication.TermsOfServiceUri property
An optional link to a terms of service document for the application instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Property TermsOfServiceUri As Uri
Get
Set
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As Uri
value = instance.TermsOfServiceUri
instance.TermsOfServiceUri = value
public virtual Uri TermsOfServiceUri { get; set; }
Type: System.Uri
A Uri that is the link to a terms of service document for the application instance.
ISharedServiceApplication.TermsOfServiceUri
This property is optional.
SPIisWebServiceApplication class