다음을 통해 공유


ContentSite.IsSiteVisible 속성

정의

ContentSite 표시되는지 여부를 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

True이면 이 ContentSite 표시됩니다. 그렇지 않으면 false입니다.

적용 대상