Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyInfo::GetAccessors Method

 

Returns an array of the get and set accessors on this property.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetAccessors()

Returns an array whose elements reflect the public get and set accessors of the property reflected by the current instance.

System_CAPS_pubmethodGetAccessors(Boolean)

Returns an array whose elements reflect the public and, if specified, non-public get and set accessors of the property reflected by the current instance.

Return to top
Show:
© 2017 Microsoft