Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFile Class / DefaultWriteFileShare Field


In This Topic
    DefaultWriteFileShare Field (AbstractFile)
    In This Topic
    The default FileShare value to be used when opening write streams for copy/move operations.
    Syntax
    'Declaration
     
    Public Const DefaultWriteFileShare As FileShare
    'Usage
     
    Dim value As FileShare
     
    value = AbstractFile.DefaultWriteFileShare
    public const FileShare DefaultWriteFileShare

    Field Value

    By default, None.
    Remarks

    Changing this value has the potential to affect every class that derives from AbstractFile.

    In most cases, it is not necessary to modify the default value of this property.

    Requirements

    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

    See Also