ContentSite.IsConnected プロパティ

定義

この ContentSiteContentIsland に接続されているかどうかを取得します。

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 の場合、この ContentSiteContentIsland に接続されています。それ以外の場合は false。

適用対象