FileStreamOptions.Share Eigenschaft

Definition

Eine bitweise Kombination der Enumerationswerte, die bestimmt, wie die Datei von Prozessen gemeinsam verwendet wird. Der Standardwert ist Read.

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

Eigenschaftswert

Eine bitweise Kombination der FileShare Enumerationsflags.

Ausnahmen

Wenn value einen ungültigen Wert enthält.

Gilt für: