PropertyModel.GetValueAsObject(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, 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.