PropertyInfo Properties
Assembly: mscorlib (in mscorlib.dll)
| 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 property is the special name. |
![]() | 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. |
