Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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