PowerTCP SSH and SFTP for .NET
GID Property




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