PowerTCP SSH and SFTP for .NET
UID Property




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