Click or drag to resize
TypeGetProperties Method
Returns all the public properties of the current Type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public PropertyInfo[] GetProperties()

Return Value

Type: PropertyInfo
An array of PropertyInfo objects representing all public properties of the current Type.-or- An empty array of type PropertyInfo, if the current Type does not have public properties.
See Also