Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / Tag Property

In This Topic
    Tag Property (PropertyAttribute)
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about this member.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also