Method GetTicketField
GetTicketField(string)
Gets the TicketField with specified name.
public object GetTicketField(string FieldName)
Parameters
FieldName
stringThe name of the field.
Returns
- object
The TicketField with the specified name or null if no field with the specified name was found.