Gets or sets an object reference that can be used to associate this instance with any other object.
Public Property Tag As Object
Dim instance As Mailbox
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);
}
Property Value
Any object that is associated with the object,
null if no objects are associated with the object.