FileStreamOptions.Options Property

Definition

A bitwise combination of the enumeration values that specifies additional file options. The default value is None, which indicates synchronous IO.

public:
 property System::IO::FileOptions Options { System::IO::FileOptions get(); void set(System::IO::FileOptions value); };
public System.IO.FileOptions Options { get; set; }
member this.Options : System.IO.FileOptions with get, set
Public Property Options As FileOptions

Property Value

A bitwise combination of the FileOptions enum flags.

Exceptions

When value contains an invalid value.

Applies to