ManagedHelper.ManagedPropertyHelper.GetPropertyValue(Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the property value.
public:
virtual System::Object ^ GetPropertyValue(System::Object ^ o, int index);
public object GetPropertyValue (object o, int index);
abstract member GetPropertyValue : obj * int -> obj
override this.GetPropertyValue : obj * int -> obj
Public Function GetPropertyValue (o As Object, index As Integer) As Object
Parameters
- o
- Object
The object.
- index
- Int32
The index.
Returns
The property value.