OPC Studio User's Guide and Reference
NewMemberMappingDefinition Method (UATypeMappingDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UATypeMappingDefinition Class : NewMemberMappingDefinition Method
Name of the member.

The value of this parameter cannot be null (Nothing in Visual Basic).

Constructs a new member mapping definition for members mapped by this type definition.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overrides NotOverridable Function NewMemberMappingDefinition( _
   ByVal name As String _
) As AbstractMemberMappingDefinition
'Usage
 
Dim instance As UATypeMappingDefinition
Dim name As String
Dim value As AbstractMemberMappingDefinition
 
value = instance.NewMemberMappingDefinition(name)
[NotNull()]
protected override AbstractMemberMappingDefinition NewMemberMappingDefinition( 
   string name
)
[NotNull()]
protected:
AbstractMemberMappingDefinition^ NewMemberMappingDefinition( 
   String^ name
) override 

Parameters

name
Name of the member.

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

The newly constructed member mapping definition.

This method never returns null (Nothing in Visual Basic).

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