次の方法で共有


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。

適用対象