PropertyAttributes Enum
Definition
The attributes for a property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class PropertyAttributes
[System.Flags]
public enum PropertyAttributes
type PropertyAttributes =
Public Enum PropertyAttributes
- Inheritance
-
PropertyAttributes
- Attributes
Fields
Hidden | 64 | The property is a hidden. |
Literal | 32 | The property is a literal. |
None | 0 | No attributes specified. |
Private | 2 | The property is private. |
Public | 1 | The property is public. |
Static | 16 | The property is static. |