_FieldInfo.Attributes Property

Definition

Provides COM objects with version-independent access to the Attributes property.

public:
 property System::Reflection::FieldAttributes Attributes { System::Reflection::FieldAttributes get(); };
public System.Reflection.FieldAttributes Attributes { get; }
member this.Attributes : System.Reflection.FieldAttributes
Public ReadOnly Property Attributes As FieldAttributes

Property Value

The FieldAttributes for this field.

Remarks

This property is for access to managed classes from unmanaged code, and should not be called from managed code.

The Attributes property gets the attributes associated with this field.

Applies to