PropertyModel.GetValue<T>(Object) 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.
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
The property value.