SPWebService.OnlineHelpEnabled property

Indicates if the help system directs users to help sources outside the farm (e.g. Office Online)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property OnlineHelpEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As Boolean

value = instance.OnlineHelpEnabled

instance.OnlineHelpEnabled = value
public bool OnlineHelpEnabled { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace