Gets or sets a value indicating whether the owner 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 OwnerCanWrite { get; set; }public bool OwnerCanWrite { get; set; }Public Property OwnerCanWrite As Boolean
Get
Set
Public Property OwnerCanWrite As Boolean
Get
Set
public:
property bool OwnerCanWrite {
bool get ();
void set (bool value);
}public:
property bool OwnerCanWrite {
bool get ();
void set (bool value);
}Field Value
true if owner can write into this file; otherwise,
false.