Gets a value indicating whether this instance is with sub directories.

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

Syntax

C#
public bool IsWithSubDirs { get; }
Visual Basic
Public ReadOnly Property IsWithSubDirs As Boolean
	Get
Visual C++
public:
property bool IsWithSubDirs {
	bool get ();
}

Field Value

true if this instance is with sub dirs; otherwise, false.

See Also