Scheduler for WPF | ComponentOne
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 Object
    public object Tag {get; set;}
    Remarks
    This property is valid only for the lifetime of the object.
    See Also