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