Type.GetProperties Method
.NET Framework 2.0
Gets the properties of the current Type.
| Name | Description |
|---|---|
| Type.GetProperties () | Returns all the public properties of the current Type. Supported by the .NET Compact Framework. |
| Type.GetProperties (BindingFlags) | When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints. Supported by the .NET Compact Framework. |