PropertyInfo.Attributes Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the attributes for this property.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
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
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.