.NET Framework Class Library
Type..::.GetProperty Method
Gets a specific property of the current Type.
|
| Name | Description |
|---|
.gif) .gif) .gif) | GetProperty(String) | Searches for the public property with the specified name. |
.gif) .gif) .gif) | GetProperty(String, BindingFlags) | Searches for the specified property, using the specified binding constraints. |
.gif) .gif) .gif) | GetProperty(String, Type) | Searches for the public property with the specified name and return type. |
.gif) | GetProperty(String, array<Type>[]()[]) | Searches for the specified public property whose parameters match the specified argument types. |
.gif) .gif) .gif) | GetProperty(String, Type, array<Type>[]()[]) | Searches for the specified public property whose parameters match the specified argument types. |
.gif) .gif) .gif) | GetProperty(String, Type, array<Type>[]()[], array<ParameterModifier>[]()[]) | Searches for the specified public property whose parameters match the specified argument types and modifiers. |
.gif) .gif) .gif) | GetProperty(String, BindingFlags, Binder, Type, array<Type>[]()[], array<ParameterModifier>[]()[]) | Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
Top
Reference