ManagedHelper.ManagedPropertyHelper.SetPropertyValue Method

Definition

Sets the property value associated with the helper.

public:
 virtual void SetPropertyValue(System::Object ^ o, int index, System::Object ^ value);
public void SetPropertyValue (object o, int index, object value);
abstract member SetPropertyValue : obj * int * obj -> unit
override this.SetPropertyValue : obj * int * obj -> unit
Public Sub SetPropertyValue (o As Object, index As Integer, value As Object)

Parameters

o
Object

The object.

index
Int32

The index.

value
Object

The value.

Implements

Applies to