Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / AppointmentFields Class / Add Method

In This Topic
    Add Method (AppointmentFields)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal key As System.String, _
       ByVal value As AppointmentField _
    ) 
    public void Add( 
       System.string key,
       AppointmentField value
    )

    Parameters

    key
    value
    See Also