Edit

Share via


COMPropertyInfo.Attributes Property

Definition

Gets the attributes that are associated with this property.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

None

Applies to

See also