FieldPromptAttribute
Namespace: Wisej.AI
Assembly: Wisej.AI
Represents an attribute used to define a prompt for a property or control.
- C#
- VB.NET
public class FieldPromptAttribute : Attribute
Public Class FieldPromptAttribute
Inherits Attribute
Constructors
FieldPromptAttribute(prompt)
Initializes a new instance of the FieldPromptAttribute class with the specified prompt.
| Name | Type | Description |
|---|---|---|
| prompt | String | The prompt text associated with the property or control. |
Properties
Prompt
String: Gets or sets the prompt text associated with the property or control.