Gets or sets the name of the object that causes the error.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string Source { get; set; }
Visual Basic
Public Property Source As String
	Get
	Set
Visual C++
public:
property String^ Source {
	String^ get ();
	void set (String^ value);
}

Field Value

The source.

See Also