DataViewBrowseObject.GetProperty Method
Include Protected Members
Include Inherited Members
Retrieves the specified property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IReflect.GetProperty(String, BindingFlags) | Retrieves the specified property for the type of the current instance, using the specified binding constraints. | |
IReflect.GetProperty(String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[]) | Retrieves the specified public property whose parameters match the specified argument types and modifiers for the type of the current instance, using the specified binding constraints. |
Top