Initialize tag with a value

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

Public Shared Sub InitializeTag( _ 
ByVal tag As UserType, _ 
Optional ByVal value As Object = null _ 
)
This language is not supported or no code example is available.
public static void InitializeTag( 
UserType tag
object value = null 
)
This language is not supported or no code example is available.

Parameters

tag
Type: UserType

Tag

value
Type: object

New value

.NET Framework

Supported in: 4.6.2, 4.7