ContentIsland.IsIslandVisible 属性

定义

获取或设置是否由其关联的 ContentSite显示。ContentIsland

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

属性值

Boolean

bool

如此,如果这 ContentIsland 由其关联的 ContentSite显示;否则为 false。 默认值为 true。

适用于