Search
Group.Attachment.Data Property
See Also
 





Gets or sets the attachment data.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Data { get; set; }

Visual Basic  Copy Code

Public Property Data As Integer

 Property Value

 Remarks

The interpretation of this value depends on the type of the attachment.

 See Also