Share via


PropertyInfo Members

The following tables list the members exposed by the PropertyInfo type.

Protected Constructors

Name Description
Protected Method PropertyInfo Initializes a new instance of the PropertyInfo class.

Public Properties

Name Description
Public Property DeclaringType (Inherited from MemberInfo.)
Public Property MemberType (Inherited from MemberInfo.)
Public Property Name (Inherited from MemberInfo.)
Public Property PropertyType Gets the type of the current property.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method GetValue Retrieves the value of a property for a specified object. For indexed properties, the GetValue property also retrieves optional index values.
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetValue Sets the value of an indexed property for a specified object with optional index values.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

PropertyInfo Class
System.Reflection Namespace