Gets or sets a value indicating whether [include archive files].

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

Field Value

true if [include archive files]; otherwise, false.

See Also