Gets or sets a boolean value that indicates whether writes to the disk are to be cached for performance efficiency.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(false)] public bool CacheWrites { get; set; }
<DefaultValueAttribute(False)> _ Public Property CacheWrites As Boolean
[DefaultValueAttribute(false)] public: property bool CacheWrites { bool get (); void set (bool value); }