Compartir a través de


ContentSite.IsSiteEnabled Propiedad

Definición

Obtiene o establece si este ContentSite está habilitado.

public:
 property bool IsSiteEnabled { bool get(); void set(bool value); };
bool IsSiteEnabled();

void IsSiteEnabled(bool value);
public bool IsSiteEnabled { get; set; }
var boolean = contentSite.isSiteEnabled;
contentSite.isSiteEnabled = boolean;
Public Property IsSiteEnabled As Boolean

Valor de propiedad

Boolean

bool

True, si esta ContentSite está habilitada; de lo contrario, false.

Se aplica a