共用方式為


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。

適用於