Gets or sets the path of a local file relative to the current working directory from which the file contents should be read.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

Remarks

It is an error to specify more than one content source property.

See Also