PowerTCP Mail for .NET
Tag Property (Part)




Gets or sets an object that stores any user data.
Syntax
Public Property Tag As Object
Dim instance As Part
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

Part Class
Part Members


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