Copy .NET object to tag

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Sub CopyNetObjectToTag( _ 
ByVal source As Object, _ 
ByVal tagTarget As UserType, _ 
Optional ByVal onlyPublicProperties As Boolean = true _ 
)
This language is not supported or no code example is available.
public static void CopyNetObjectToTag( 
object source
UserType tagTarget
bool onlyPublicProperties = true 
)
This language is not supported or no code example is available.

Parameters

source
Type: object

.NET object

tagTarget
Type: UserType

Tag template

onlyPublicProperties
Type: bool

Flag indicating whether should copy only public properties or not

.NET Framework

Supported in: 4.6.2, 4.7