Language

PropertyModel.GetValueAsObject(Object) Method

Definition

Reads the property from the given record, returning the value as an Object.

public:
 System::Object ^ GetValueAsObject(System::Object ^ record);
public object? GetValueAsObject(object record);
member this.GetValueAsObject : obj -> obj
Public Function GetValueAsObject (record As Object) As Object

Parameters

record
Object

Returns

The property value.

Applies to