GetProperties()

TypeInfo::GetProperties() const method

Returns all the public properties of the current Type.

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const

TypeInfo::GetProperties(System::Reflection::BindingFlags) const method

Searches for the properties of the current Type, using the specified binding constraints.

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const

See Also