Obtains a value of a specified meta-member. Obtains a value of a specified meta-member. Obtains a value of a specified meta-member. Obtains a value of a specified meta-member.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CanBeNullAttribute()>
Protected Overrides NotOverridable Function GetMetaValue( _
   ByVal  As String, _
   ByVal  As Object, _
   ByVal  As AbstractMappingContext, _
   ByVal  As AbstractMapper _
) As Object
             
        
            
            'Usage
 
Dim instance As DAMappingProvider
Dim metaName As String
Dim targetObject As Object
Dim mappingContext As AbstractMappingContext
Dim mapper As AbstractMapper
Dim value As Object
 
value = instance.GetMetaValue(metaName, targetObject, mappingContext, mapper)
             
        
            
            [CanBeNull()]
protected override object GetMetaValue( 
   string ,
   object ,
   AbstractMappingContext ,
   AbstractMapper 
)
             
        
            
            [CanBeNull()]
protected:
Object^ GetMetaValue( 
   String^ ,
   Object^ ,
   AbstractMappingContext^ ,
   AbstractMapper^ 
) override 
             
        
             
        
            Parameters
- metaName
 
- The name of the meta-member.The name of the meta-member.The name of the meta-member.The name of the meta-member.
 - targetObject
 
- The target object.The target object.The target object.The target object.
 - mappingContext
 
- The mapping context.The mapping context.The mapping context.The mapping context.
 - mapper
 
- The current mapper.The current mapper.The current mapper.The current mapper.
 
            
            Return Value
The value of the meta-member.The value of the meta-member.The value of the meta-member.The value of the meta-member.
 
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also