Type.GetProperty Method
.NET Framework 2.0
Gets a specific property of the current Type.
| Name | Description |
|---|---|
| Type.GetProperty (String) | Searches for the public property with the specified name. Supported by the .NET Compact Framework. |
| Type.GetProperty (String, BindingFlags) | Searches for the specified property, using the specified binding constraints. Supported by the .NET Compact Framework. |
| Type.GetProperty (String, Type) | Searches for the public property with the specified name and return type. Supported by the .NET Compact Framework. |
| Type.GetProperty (String, Type[]) | Searches for the specified public property whose parameters match the specified argument types. |
| Type.GetProperty (String, Type, Type[]) | Searches for the specified public property whose parameters match the specified argument types. Supported by the .NET Compact Framework. |
| Type.GetProperty (String, Type, Type[], ParameterModifier[]) | Searches for the specified public property whose parameters match the specified argument types and modifiers. Supported by the .NET Compact Framework. |
| Type.GetProperty (String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) | Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. Supported by the .NET Compact Framework. |