_PropertyInfo.Attributes Property

Definition

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

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

Property Value

The attributes of this property.

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 of this property.

Applies to