TryFindField Method (TypeDescriptor)
- Last UpdatedApr 08, 2026
- 1 minute read
Try to find a field based on the given name.
public bool TryFindField(
string name,
out FieldDescriptor descriptor
)
public:
bool TryFindField(
String^ name,
[Out] FieldDescriptor^ descriptor
)
Parameters
- name
- The name of the field to search for.
- descriptor
- The descriptor for the field if found.
Return Value
True if field was found, false otherwise.