[]
Gets or sets the prompt char of the field.
public char? PromptChar { get; set; }
Public Property PromptChar As Char?
Type | Description |
---|---|
char? | A char value used for prompt empty bits of the field when inputting. |
The property retrieves the char used for prompt empty bits of the field.