WebBrowsableAttribute.Yes Field

Definition

Represents an instance of the WebBrowsableAttribute class with the Browsable property set to true.

public: static initonly System::Web::UI::WebControls::WebParts::WebBrowsableAttribute ^ Yes;
public static readonly System.Web.UI.WebControls.WebParts.WebBrowsableAttribute Yes;
 staticval mutable Yes : System.Web.UI.WebControls.WebParts.WebBrowsableAttribute
Public Shared ReadOnly Yes As WebBrowsableAttribute 

Field Value

Remarks

The Yes field returns the same result as calling the WebBrowsableAttribute constructor and passing true as the parameter.

Applies to