ContentSite.IsConnected 属性

定义

获取此 ContentSite 是否连接到 ContentIsland

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

属性值

Boolean

bool

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

适用于