ManagedHelper.ManagedPropertyHelper.GetPropertyValue(Object, Int32) Method

Definition

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.

Implements

Applies to