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)
Syntax
'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; }
Property value
Type: System.Uri
A Uri that is the link to a terms of service document for the application instance.
Implements
ISharedServiceApplication.TermsOfServiceUri
Remarks
This property is optional.
See also
Reference
SPIisWebServiceApplication class