Gets or sets a value indicating whether [include hidden files].
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool IncludeHiddenFiles { get; set; } |
Visual Basic |
---|
Public Property IncludeHiddenFiles As Boolean Get Set |
Visual C++ |
---|
public: property bool IncludeHiddenFiles { bool get (); void set (bool value); } |