AddinSettings.Enabled property

Gets or sets a Boolean that indicates whether Addin Settings is enabled or not.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As AddinSettings
Dim value As Boolean

value = instance.Enabled

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

Property value

Type: System.Boolean
The [System.Boolean] that represents the enable or disable status for the Addin Settings.

See also

Reference

AddinSettings class

AddinSettings members

Microsoft.SharePoint.Client.Publishing namespace