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