共用方式為


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

True 是表示 如果此 ContentSite 連線到 ContentIsland;否則為 false。

適用於