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