PowerTCP SSH and SFTP for .NET
Tag Property (SessionStream)




Gets or sets an object that stores any user data.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As SessionStream
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
public: __property Object* get_Tag();
public: __property void set_Tag( 
   Object* value
);
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

SessionStream Class
SessionStream Members


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