PropertyInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PropertyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets the attributes for this property. |
|
CanRead | Gets a value indicating whether the property can be read. |
|
CanWrite | Gets a value indicating whether the property can be written to. |
|
CustomAttributes | Gets a collection that contains this member's custom attributes. (Inherited from MemberInfo.) |
|
DeclaringType | Gets the class that declares this member. (Inherited from MemberInfo.) |
|
GetMethod | Gets the get accessor for this property. |
|
IsSpecialName | Gets a value indicating whether the name of the property is recognized as a special name by compilers. |
|
MemberType | Gets a MemberTypes value indicating that this member is a property. (Overrides MemberInfo.MemberType.) |
|
MetadataToken | Gets a value that identifies a metadata element. (Inherited from MemberInfo.) |
|
Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.) |
|
Name | Gets the name of the current member. (Inherited from MemberInfo.) |
|
PropertyType | Gets the type of this property. |
|
ReflectedType | Gets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.) |
|
SetMethod | Gets the set accessor for this property. |
Show: