BrowsableAttribute::No Field

 

Specifies that a property or event cannot be modified at design time. This static field is read-only.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static initonly BrowsableAttribute^ No

When you mark a property with the BrowsableAttribute constructor of the value false, this attribute is set to the constant member No. Therefore, when you check whether the attribute is set to this value in your code, you must specify the attribute as BrowsableAttribute::No.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: