IReflect::GetProperty Method

 

Retrieves a PropertyInfo object corresponding to a specified property.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetProperty(String^, BindingFlags)

Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.

System_CAPS_pubmethodGetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^)

Retrieves a PropertyInfo object that corresponds to a specified property with specified search constraints.

Return to top
Show: