Optional index values for indexed properties. This value should be null for non-indexed properties.
Returns
The value of the specified indexed property.
Remarks
To get the value of a property, reflect on the property's parent type using Type.GetType or Assembly.GetType, retrieve the Reflection property object from the type, and call PropertyInfo.GetValue.