Freigeben über


ContentSite.IsSiteVisible Eigenschaft

Definition

Ruft ab oder legt fest, ob diese ContentSite- sichtbar ist.

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

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

Eigenschaftswert

Boolean

bool

True, wenn diese ContentSite- sichtbar ist; andernfalls "false".

Gilt für: