de la propiedad AddinSettings.Enabled
Obtiene o establece un valor Boolean que indica si está habilitado Addin Settings o no.
Espacio de nombres: Microsoft.SharePoint.Client.Publishing
Ensamblados: Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)
Sintaxis
'Declaración
Public Property Enabled As Boolean
Get
Set
'Uso
Dim instance As AddinSettings
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
Valor de propiedad
Tipo: System.Boolean
[System.Boolean] que representa el estado de habilitar o deshabilitar para el Addin Settings.