ContentIsland.IsConnected 属性

定义

获取此 ContentIsland 是否连接到 ContentSite

public:
 property bool IsConnected { bool get(); };
bool IsConnected();
public bool IsConnected { get; }
var boolean = contentIsland.isConnected;
Public ReadOnly Property IsConnected As Boolean

属性值

Boolean

bool

如果已连接到 ,ContentSite则为 ContentIsland True;否则为 false。 默认值为 true。

注解

ContentIsland必须将 连接到ContentSite

适用于