MetadataStructureValidatorGetValue Method |
Get value of obj, that is member of mother.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected virtual Object GetValue(
Object obj,
Object parentObj
)
Protected Overridable Function GetValue (
obj As Object,
parentObj As Object
) As Object
protected:
virtual Object^ GetValue(
Object^ obj,
Object^ parentObj
)
Parameters
- obj
- Type: SystemObject
Any object, can be field or property or type .. - parentObj
- Type: SystemObject
Instance containing the obj, can be instance or Type.
Return Value
Type:
ObjectExtracted value, or null.
See Also