Prompt Property (ParameterDescriptor)
In This Topic
Gets or sets the prompt message that appears for the parameter.
Syntax
'Declaration
Public Property Prompt As String
public string Prompt {get; set;}
Property Value
A
System.String that is displayed as a prompt.
See Also