Search
SerializeTagEventArgs.Tag Property
See Also
 





Gets or sets the tag object being serialized/deserialized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Object Tag { get; set; }

Visual Basic  Copy Code

Public Property Tag As Object

 Property Value

An object representing the tag value being serialized or deserialized.

 See Also