ContentSite.IsSiteEnabled Propriété

Définition

Obtient ou définit si cette ContentSite est activée.

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

Valeur de propriété

Boolean

bool

True, si cette ContentSite est activée ; sinon, false.

S’applique à