Default Field
Collapse the table of content
Expand the table of content

BrowsableAttribute.Default Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the default value for the BrowsableAttribute, which is Yes. This static field is read-only.

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

'Declaration
Public Shared ReadOnly Default As BrowsableAttribute

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft