Gets or sets a value indicating the default FileShare value to be used when opening write streams for copy/move operations.
'Declaration
Public Shared Property DefaultAutomaticWriteDiskFileShare As FileShare
'Usage
Dim value As FileShare
DiskFile.DefaultAutomaticWriteDiskFileShare = value
value = DiskFile.DefaultAutomaticWriteDiskFileShare
public static FileShare DefaultAutomaticWriteDiskFileShare {get; set;}
Property Value
A FileShare value indicating the defaulf value to be used when opening write streams for copy/move operations. By default, FileShare.None.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2