PowerTCP SSH and SFTP for .NET
Permissions Property




Gets or sets the POSIX permissions. 0 if not initialized.
Syntax
'Declaration
 
Public Property Permissions As UInteger
'Usage
 
Dim instance As SftpFileAttributes
Dim value As UInteger
 
instance.Permissions = value
 
value = instance.Permissions
public uint Permissions {get; set;}
public: __property uint get_Permissions();
public: __property void set_Permissions( 
   uint value
);
public:
property uint Permissions {
   uint get();
   void set (    uint value);
}
Remarks

See Also

Reference

SftpFileAttributes Class
SftpFileAttributes Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic