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)
Available in Sandboxed Solutions: No

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

SPIisWebServiceApplication Members

Microsoft.SharePoint.Administration Namespace