PowerTCP SSH and SFTP for .NET
Size Property




Gets or sets the SIZE attribute. Empty string if not present.
Syntax
'Declaration
 
Public Property Size As String
'Usage
 
Dim instance As SftpFileAttributes
Dim value As String
 
instance.Size = value
 
value = instance.Size
public string Size {get; set;}
public: __property string* get_Size();
public: __property void set_Size( 
   string* value
);
public:
property String^ Size {
   String^ get();
   void set (    String^ value);
}
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