Name

PropertyAttributes

Synopsis

Specifies the attributes that can be placed on properties. The important ones that you will encounter are None and HasDefault, which specify either the absence of attributes or that there is a default.

Public Enum PropertyAttributes
                  None = &H000000000
                  SpecialName = &H000000200
                  RTSpecialName = &H000000400
                  HasDefault = &H000001000
                  Reserved2 = &H000002000
                  Reserved3 = &H000004000
                  Reserved4 = &H000008000
                  ReservedMask = &H00000F400
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) PropertyAttributes

Returned By

PropertyInfo.Attributes

Passed To

System.Reflection.Emit.TypeBuilder.DefineProperty()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.