public enum PropertyAttributes
Object
ValueType
Enum
PropertyAttributes
mscorlib
Reflection
Defines the attributes that can be associated with a property.
This enumeration is used by the System.Reflection.PropertyInfo.Attributes property.
FlagsAttribute
System.Reflection Namespace
PropertyAttributes Fields
PropertyAttributes.HasDefault Field
PropertyAttributes.None Field
PropertyAttributes.SpecialName Field
PropertyAttributes.value__ Field
HasDefault = 0x1000;
Specifies that the property has a default value.
System.Reflection.PropertyAttributes Enum, System.Reflection Namespace
None = 0x0;
Specifies that no attributes are associated with a property.
System.Reflection.PropertyAttributes Enum, System.Reflection Namespace
SpecialName = 0x200;
Specifies that the property is treated in a special way by some tools.[Note: For more information on special names, see Partition I of the CLI Specification.
For more information on
SpecialName
in metadata, see Partition II of the CLI Specification.]
System.Reflection.PropertyAttributes Enum, System.Reflection Namespace
value__;
System.Reflection.PropertyAttributes Enum, System.Reflection Namespace