다음을 통해 공유


ContentSite.IsSiteEnabled 속성

정의

ContentSite 사용 여부를 가져오거나 설정합니다.

public:
 property bool IsSiteEnabled { bool get(); void set(bool value); };
bool IsSiteEnabled();

void IsSiteEnabled(bool value);
public bool IsSiteEnabled { get; set; }
var boolean = contentSite.isSiteEnabled;
contentSite.isSiteEnabled = boolean;
Public Property IsSiteEnabled As Boolean

속성 값

Boolean

bool

이 옵션을 사용하도록 설정하면 ContentSite True이고, 그렇지 않으면 false입니다.

적용 대상