'Declaration Public Function TryGetValue( _ ByVal key As System.String, _ ByRef value As AppointmentField _ ) As System.Boolean
public System.bool TryGetValue( System.string key, out AppointmentField value )
Parameters
- key
- value
'Declaration Public Function TryGetValue( _ ByVal key As System.String, _ ByRef value As AppointmentField _ ) As System.Boolean
public System.bool TryGetValue( System.string key, out AppointmentField value )