Gets or sets the type of the attachment. This value specifies how the attachment is represented in Xml.

Namespace:  Gallio.Common.Markup
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public AttachmentType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As AttachmentType

See Also