ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Tag Property

In This Topic
    Tag Property (Appointment)
    In This Topic
    Gets or sets custom information associated with this object.
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}
    Remarks
    This property is valid only for the lifetime of the object.
    See Also