Name Property (DataSourcePrompt)
In This Topic
Gets the name of the data source for which credentials are required.
Syntax
'Declaration
Public ReadOnly Property Name As String
public string Name {get;}
Property Value
A
System.String value indicating the name of the data source.
See Also