Edit

Share via


COMPropertyInfo.Attributes Property

Definition

Overloads

Attributes

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

Gets the attributes that are associated with this property.

Attributes

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

See also

Applies to