System.Reflection.IReflect.GetProperties Method

Retrieves an array of System.Reflection.PropertyInfo objects corresponding to all public properties or to all properties of the current class.

Syntax

public PropertyInfo[] GetProperties (BindingFlags bindingAttr)

Parameters

bindingAttr
The binding attribute used to control the search.

Returns

An array of System.Reflection.PropertyInfo objects for all the properties defined on the reflection object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0