共用方式為


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

如果這是 ContentIsland 連接到 ContentSite ,則為 True;否則為 false。 預設值是 true。

備註

ContentIsland必須連接到 ContentSite

適用於