CredentialsMode Property (DbDataSource)
In This Topic
Get or sets the value indicating whether the credentials dialog should be called or not.
Syntax
'Declaration
Public Property CredentialsMode As CredentialsMode
public CredentialsMode CredentialsMode {get; set;}
See Also