Skip to main content

FieldNameAttribute

Namespace: Wisej.AI

Assembly: Wisej.AI

Represents an attribute that can be used to specify a custom field name for a property or control.

public class FieldNameAttribute : Attribute

Constructors

FieldNameAttribute(name)

Initializes a new instance of the FieldNameAttribute class with the specified field name.

NameTypeDescription
nameStringThe custom field name to associate with the property or field.

Properties

Name

String: Gets or sets the custom field name associated with the property or control.