PropertyAttributes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The attributes for a property.
This enumeration supports a bitwise combination of its member values.
public enum class PropertyAttributes
[System.Flags]
public enum PropertyAttributes
[<System.Flags>]
type PropertyAttributes =
Public Enum PropertyAttributes
- Inheritance
-
PropertyAttributes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No attributes specified. |
Public | 1 | The property is public. |
Private | 2 | The property is private. |
Static | 16 | The property is static. |
Literal | 32 | The property is a literal. |
64 | The property is a hidden. |