Condividi tramite


ContentSite.IsClosed Proprietà

Definizione

Ottiene un valore che indica se l' ContentSite è chiuso.

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = contentSite.isClosed;
Public ReadOnly Property IsClosed As Boolean

Valore della proprietà

Boolean

bool

True, se questo ContentSite è chiuso; in caso contrario, false.

Implementazioni

Si applica a

Vedi anche