PowerTCP FTP for .NET
Tag Property



Gets or sets an object that stores any user data.
Syntax
<DefaultValueAttribute("")>
Public Property Tag As Object
Dim instance As ComponentBase
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[DefaultValue("")]
public object Tag {get; set;}
[DefaultValue("")]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic