FieldNameAttribute public class FieldNameAttribute : Attribute Specifies the object field name of the property. Documentation public string Name { get; } Gets the name. public FieldNameAttribute(string name) Initializes a new instance of the FieldNameAttribute class.