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.
- C#
- VB.NET
public class FieldNameAttribute : Attribute
Public Class FieldNameAttribute
Inherits Attribute
Constructors
FieldNameAttribute(name)
Initializes a new instance of the FieldNameAttribute class with the specified field name.
| Name | Type | Description |
|---|---|---|
| name | String | The 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.