Search
SerializeTagEventArgs.Representation Property
See Also
 





Gets or sets an XmlElement object where the tag should be serialized/deserialized.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlElement Representation { get; set; }

Visual Basic  Copy Code

Public Property Representation As XmlElement

 Property Value

An instance of the .NET XmlElement class that represents the root of the XML branch where the tag is / should be stored.

 See Also