Gets or sets a value indicating whether [include archive files].
Namespace: LLCryptoLib.UtilsAssembly: 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); } |