PersonalizableAttribute.SharedPersonalizable 字段
定义
返回一个特性实例,它指示支持具有共享范围的个性化。Returns an attribute instance that indicates support for personalization with a shared scope. 此字段为只读。This field is read-only.
public: static initonly System::Web::UI::WebControls::WebParts::PersonalizableAttribute ^ SharedPersonalizable;
public static readonly System.Web.UI.WebControls.WebParts.PersonalizableAttribute SharedPersonalizable;
staticval mutable SharedPersonalizable : System.Web.UI.WebControls.WebParts.PersonalizableAttribute
Public Shared ReadOnly SharedPersonalizable As PersonalizableAttribute
字段值
注解
此特性实例的 Scope 属性设置为 Shared ,其 IsSensitive 属性设置为 false 。This attribute instance has its Scope property set to Shared and its IsSensitive property set to false.