Gets or sets the path of the attachment contents relative to the directory that contains the Xml serialized report, or null if the content is embedded.

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

Syntax

C#
public string ContentPath { get; set; }
Visual Basic (Declaration)
Public Property ContentPath As String

See Also