Prompt Property (DataSourcePrompt)
In This Topic
Gets the prompt message shown when credentials need to be entered.
Syntax
'Declaration
Public ReadOnly Property Prompt As String
public string Prompt {get;}
Property Value
A
System.String value indicating the prompt message.
See Also