ContentSite.IsSiteEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.