PowerTCP Mail for .NET
Tag Property (ComponentBase)




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* get_Tag();
public: __property void set_Tag( 
   Object* value
);
[DefaultValue()]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic