Password Property (DataSourcePrompt)
In This Topic
Gets or sets the password for the credentials.
Syntax
'Declaration
Public Property Password As String
public string Password {get; set;}
Property Value
A
System.String value indicating the password for the credentials.
See Also