다음을 통해 공유


ContentIsland.IsConnected 속성

정의

ContentIslandContentSite연결되어 있는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

True이면 이 ContentIslandContentSite; 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

ContentIslandContentSite 연결해야 합니다.

적용 대상