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