Retrieves the attributes of this field.
[Visual Basic] Overridable Public ReadOnly Property Attributes As FieldAttributes [C#] public FieldAttributes Attributes {override get;} [C++] public: __property virtual FieldAttributes get_Attributes(); [JScript] public function get Attributes() : FieldAttributes;
Read-only. Retrieves the attributes of this field.
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace