Gets or sets the attachment data.

Namespace:  FreeFlow.Client
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public byte[] Attachment { get; set; }
Visual Basic (Declaration)
Public Property Attachment As Byte()
Visual C++
public:
property array<unsigned char>^ Attachment {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also