Click or drag to resize
TypeGetProperty Method
Overload List
  NameDescription
Public methodGetProperty(String)
Searches for the public property with the specified name.
Public methodGetProperty(String, BindingFlags)
Searches for the specified property, using the specified binding constraints.
Public methodGetProperty(String, Type)
Searches for the public property with the specified name and return type.
Public methodGetProperty(String, Type)
Searches for the specified public property whose parameters match the specified argument types.
Public methodGetProperty(String, Type, Type)
Searches for the specified public property whose parameters match the specified argument types.
Public methodGetProperty(String, Type, Type, ParameterModifier)
Searches for the specified public property whose parameters match the specified argument types and modifiers.
Public methodGetProperty(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.
Top
See Also