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

In This Topic
    Deserialize Method (AppointmentFields)
    In This Topic
    Deserializes the appointment fields collection from a given XML string.
    Syntax
    'Declaration
     
    Public Sub Deserialize( _
       ByVal xml As System.String _
    ) 
    public void Deserialize( 
       System.string xml
    )

    Parameters

    xml
    See Also