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