PersonalizableAttribute.UserPersonalizable 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指示支援 User 範圍中之個人化的屬性執行個體。 此欄位為唯讀。
public: static initonly System::Web::UI::WebControls::WebParts::PersonalizableAttribute ^ UserPersonalizable;
public static readonly System.Web.UI.WebControls.WebParts.PersonalizableAttribute UserPersonalizable;
staticval mutable UserPersonalizable : System.Web.UI.WebControls.WebParts.PersonalizableAttribute
Public Shared ReadOnly UserPersonalizable As PersonalizableAttribute
欄位值
備註
這個屬性實例的 Scope 屬性設定為 User ,而其 IsSensitive 屬性設定為 false
。