FileStreamOptions.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.