Type::GetProperties Method
.NET Framework (current version)
Gets the properties of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperties() | Returns all the public properties of the current Type. |
![]() | GetProperties(BindingFlags) | When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints. |
Show:
