Freigeben über


ContentIsland.IsIslandVisible Eigenschaft

Definition

Ruft ab oder legt fest, ob diese ContentIsland- durch die zugeordneten ContentSite-angezeigt wird.

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

void IsIslandVisible(bool value);
public bool IsIslandVisible { get; set; }
var boolean = contentIsland.isIslandVisible;
contentIsland.isIslandVisible = boolean;
Public Property IsIslandVisible As Boolean

Eigenschaftswert

Boolean

bool

True, wenn diese ContentIsland- durch die zugeordneten ContentSite-angezeigt wird; andernfalls "false". Der Standardwert ist "true".

Gilt für: