Language

PropertyModel.GetValue<T>(Object) Method

Definition

Reads the property from the given record.

public:
generic <typename T>
 T GetValue(System::Object ^ record);
public T GetValue<T>(object record);
member this.GetValue : obj -> 'T
Public Function GetValue(Of T) (record As Object) As T

Type Parameters

T

The type of the property value.

Parameters

record
Object

Returns

T

The property value.

Applies to