Gets / Sets user defined object
[Visual Basic]
NotOverridable Public Property MyObject As
Object _
[C#]
public
object MyObject {get; set;}
Property Value
Can be any object type
Implements
ITag.MyObject
Remarks
This property allows the user to associate any object type with an instance of the Tag class.
See Also
Tag Class | MBLink Namespace