System.Security.AccessControl.FileSystemRights.Synchronize Field

Specifies whether the application can wait for a file handle to synchronize with the completion of an I/O operation.

Syntax

FileSystemRights Synchronize

Remarks

The FileSystemRights.Synchronize value is automatically set when allowing access, and automatically excluded when denying access.

The right to create a file or folder requires this value. Note that if you do not explicitly set this value when creating a file, the value will be set automatically for you.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0