Method GetFieldDescriptorById
GetFieldDescriptorById(FieldDescriptorID)
Retrieves the field descriptor with the specified ID.
public FieldDescriptor GetFieldDescriptorById(FieldDescriptorID id)Parameters
- idFieldDescriptorID
- The field descriptor ID. 
Returns
- FieldDescriptor
- The field descriptor that corresponds with the specified ID or null if no field descriptor with the specified ID was found.