Gets or sets a value indicating whether the others can write into this file.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool OthersCanWrite { get; set; }public bool OthersCanWrite { get; set; }Public Property OthersCanWrite As Boolean
Get
Set
Public Property OthersCanWrite As Boolean
Get
Set
public:
property bool OthersCanWrite {
bool get ();
void set (bool value);
}public:
property bool OthersCanWrite {
bool get ();
void set (bool value);
}Field Value
true if others can write into this file; otherwise,
false.