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