Returns all the public properties of the current
Type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public PropertyInfo[] GetProperties()
Return Value
Type:
PropertyInfoAn 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