[]
Gets or sets the recommended value.
public string RecommendedValue { get; set; }
Public Property RecommendedValue As String
| Type | Description |
|---|---|
| string | A string value that indicates the recommended value.
|
The RecommendedValue property provides a hint for user that is shown when the value is not fully entered. When a value is being entered, pressing a special shortcut key or key combination accepts the recommended value.
| Type | Condition |
|---|---|
| ArgumentException | The value isn't valid. |