Method SetCustomFieldName
SetCustomFieldName(FieldDescriptorID, string)
Sets the custom name of the specified field descriptor.
public void SetCustomFieldName(FieldDescriptorID fieldDescriptor, string name)
Parameters
fieldDescriptor
FieldDescriptorIDThe field descriptor for which the custom name should be set.
name
stringThe custom name.
Exceptions
- ArgumentNullException
if
name
is null, empty or whitespace