Type::GetProperty Method

 

Gets a specific property of the current Type.

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

NameDescription
System_CAPS_pubmethodGetProperty(String^)

Searches for the public property with the specified name.

System_CAPS_pubmethodGetProperty(String^, BindingFlags)

Searches for the specified property, using the specified binding constraints.

System_CAPS_pubmethodGetProperty(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.

System_CAPS_pubmethodGetProperty(String^, Type^)

Searches for the public property with the specified name and return type.

System_CAPS_pubmethodGetProperty(String^, Type^, array<Type^>^)

Searches for the specified public property whose parameters match the specified argument types.

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

Searches for the specified public property whose parameters match the specified argument types and modifiers.

System_CAPS_pubmethodGetProperty(String^, array<Type^>^)

Searches for the specified public property whose parameters match the specified argument types.

Return to top
Show: