TK.CopyTagToNetObject (String, Object, Boolean, Boolean) Method

Copy tag values to .NET object
Public Shared Sub CopyTagToNetObject( _ 
ByVal tagNameSource As String, _ 
ByVal target As Object, _ 
Optional ByVal onlyPublicProperties As Boolean = true, _ 
Optional ByVal canCreateInstance As Boolean = true _ 
)
This language is not supported or no code example is available.
public static void CopyTagToNetObject( 
string tagNameSource
object target
bool onlyPublicProperties = true, 
bool canCreateInstance = true 
)
This language is not supported or no code example is available.

Parameters

tagNameSource
string

Source tag name

target
object

Target .NET object

onlyPublicProperties
bool

Flag indicating whether should copy only public properties or not

canCreateInstance
bool

Flag indicating whether can create instance of children of main .NET object or not

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition