NET FTP Library
Permissions Property






KellermanSoftware.NetFtpLibrary Namespace > FTPFileInfo Class : Permissions Property
The permissions of the file or directory
Syntax
'Declaration
 
Public Property Permissions As System.String
'Usage
 
Dim instance As FTPFileInfo
Dim value As System.String
 
instance.Permissions = value
 
value = instance.Permissions
public System.string Permissions {get; set;}
public read-write property Permissions: System.String; 
public function get,set Permissions : System.String
public: __property System.string* get_Permissions();
public: __property void set_Permissions( 
   System.string* value
);
public:
property System.String^ Permissions {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTPFileInfo Class
FTPFileInfo Members