For a list of all members of this type, see CustomPropertyInfo members.
Public Methods
| Name | Description |
| Equals | Determines whether the specified System.Object is equal to this instance. |
| GetAccessors | Overloaded. Overridden. Returns an array whose elements reflect the public and, if specified, non-public get, set, and other accessors of the property reflected by the current instance. |
| GetConstantValue | (Inherited from System.Reflection.PropertyInfo) |
| GetCustomAttributes | Overloaded. Overridden. When overridden in a derived class, returns an array containing all the custom attributes. |
| GetCustomAttributesData | (Inherited from System.Reflection.MemberInfo) |
| GetGetMethod | Overloaded. Overridden. When overridden in a derived class, returns the public or non-public get accessor for this property. |
| GetHashCode | Returns a hash code for this instance. |
| GetIndexParameters | Overridden. When overridden in a derived class, returns an array of all the index parameters for the property. |
| GetOptionalCustomModifiers | (Inherited from System.Reflection.PropertyInfo) |
| GetRawConstantValue | (Inherited from System.Reflection.PropertyInfo) |
| GetRequiredCustomModifiers | (Inherited from System.Reflection.PropertyInfo) |
| GetSetMethod | Overloaded. Overridden. When overridden in a derived class, returns the set accessor for this property. |
| GetValue | Overloaded. Overridden. Returns the value of the property with optional index values for indexed properties. |
| IsDefined | Overridden. When overridden in a derived class, indicates whether one or more instance of is applied to this member. |
| SetValue | Overloaded. Overridden. Sets the value of the property with optional index values for index properties. |
Top
See Also