| 
            
              IFtpFilePermission Property
             | 
          
        
        
            Gets or sets permission of file or directory.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxstring Permission { get; set; }Property Permission As String
	Get
	Set
property String^ Permission {
	String^ get ();
	void set (String^ value);
}abstract Permission : string with get, set
function get_Permission();
function set_Permission(value);
 View SourceProperty Value
String
See Also