Gets the others permissions. This property can be
set however this functionality is intended to be done by
custom parsers.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public FtpPermission OthersPermissions { get; set; } |
Visual Basic |
---|
Public Property OthersPermissions As FtpPermission
Get
Set |
Visual C++ |
---|
public:
virtual property FtpPermission OthersPermissions {
FtpPermission get () sealed;
void set (FtpPermission value) sealed;
} |
Property Value
Type:
FtpPermissionImplements
IFtpListItem..::..OthersPermissions
See Also