Edit

Share via


TarEntry.Mode Property

Definition

Gets or sets the Unix file permissions of the file represented by this entry.

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

Property Value

Remarks

The value in this field has no effect on Windows platforms.

Applies to