FileStreamOptions.Options Eigenschap

Definitie

Een bitsgewijze combinatie van de opsommingswaarden waarmee aanvullende bestandsopties worden opgegeven. De standaardwaarde is None, wat synchrone IO aangeeft.

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

Waarde van eigenschap

Een bitsgewijze combinatie van de FileOptions opsommingsvlagmen.

Uitzonderingen

value bevat een ongeldige waarde.

Van toepassing op