次の方法で共有


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

True の場合、この ContentSite が有効になります。それ以外の場合は false。

適用対象