You create a custom Web Part.
You need to ensure that a custom property is visible in Edit mode.
Which attribute should you set in the Web Part?
A.
Personalizable
B.
WebBrowsable
C.
WebCategoryName
D.
WebDisplayName
Explanation:
MNEMONIC RULE: “Web Part is visible = WebBrowsable”The WebBrowsable attribute specifies that the decorated property should appear in the editor component of the web part. It only allows the end user to modify the property and does nothing about persistence.
WebBrowsable will make the property appear in the ToolPane or EditorPart of the WebPart.
WebBrowsable vs Personalizable in Web Parts
http://stackoverflow.com/questions/4362234/webbrowsable-vs-personalizable-in-web-parts