SPSharedServiceApplicationInfo.TermsOfServiceUri property
URI location where the terms of service are specified for the application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TermsOfServiceUri As Uri
Get
Set
'Usage
Dim instance As SPSharedServiceApplicationInfo
Dim value As Uri
value = instance.TermsOfServiceUri
instance.TermsOfServiceUri = value
[DataMemberAttribute]
public Uri TermsOfServiceUri { get; set; }
Property value
Type: System.Uri
Returns Uri.
See also
Reference
SPSharedServiceApplicationInfo class