Method GetFieldWithName
GetFieldWithName(string)
Gets the TicketFieldDescriptor with the specified name.
public TicketFieldDescriptor GetFieldWithName(string name)
Parameters
name
stringThe name of the TicketFieldDescriptor to retrieve.
Returns
- TicketFieldDescriptor
The TicketFieldDescriptor with the specified name or null if no field with the specified name was found.