Gets the path to the source directory.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Source { get; }
Visual Basic
Public ReadOnly Property Source As String
	Get
Visual C++
public:
virtual property String^ Source {
	String^ get () sealed;
}

Implements

IImageSequenceSource..::..Source

See Also