Indicates if the file info is gathered.

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool infoGathered { get; set; }
Visual Basic
Public Property infoGathered As Boolean
	Get
	Set
Visual C++
public:
property bool infoGathered {
	bool get ();
	void set (bool value);
}
F#
member infoGathered : bool with get, set

Property Value

Type: Boolean

See Also