PropertyInfo.Attributes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the attributes for this property.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public MustOverride ReadOnly Property Attributes As PropertyAttributes
public abstract PropertyAttributes Attributes { get; }

Property Value

Type: System.Reflection..::.PropertyAttributes
Attributes of this property.

Remarks

This property represents the attributes associated with a member. The property attributes indicate whether this property has a default value associated with it in metadata, whether it has a name that has special significance to compilers, and so on.

To get the Attributes property, first get the class type. From the type, get the PropertyInfo. From the PropertyInfo, get the attributes.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

PropertyInfo Class

System.Reflection Namespace