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

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

Syntax

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

Field Value

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

See Also