다음을 통해 공유


ContentIsland.IsSiteEnabled 속성

정의

ContentSite 입력을 받을 수 있는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

True이면 ContentSite 입력을 받을 수 있습니다. 그렇지 않으면 false입니다.

적용 대상