Defines the attributes that can be associated with a
property.
[
Edit]
[System.Flags] [System.Runtime.InteropServices.ComVisible(true)] public enum PropertyAttributes |
|
Remarks
Members
Member Name | Description |
---|
HasDefault | Specifies that the property has a default value.
[Edit]
|
None | Specifies that no attributes are associated with a property.
[Edit]
|
Reserved2 | Documentation for this section has not yet been entered.
[Edit]
|
Reserved3 | Documentation for this section has not yet been entered.
[Edit]
|
Reserved4 | Documentation for this section has not yet been entered.
[Edit]
|
ReservedMask | Documentation for this section has not yet been entered.
[Edit]
|
RTSpecialName | Documentation for this section has not yet been entered.
[Edit]
|
SpecialName | 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.
[Edit]
|
Requirements
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0