共用方式為


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。

適用於