Search
JsonSerializeTagEventArgs.Representation Property
See Also
 





Gets or sets the JsonObject, representing the tag object being serialized / deserialized.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public JsonObject Representation { get; set; }

Visual Basic  Copy Code

Public Property Representation As JsonObject

 Property Value

 See Also