System.Data.Generic
ConnectionStringBuilderCredentials Property |
Gets or sets the username and password of the connection.
Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)

public NetworkCredential Credentials { get; set; }
Public Property Credentials As NetworkCredential Get Set
public: property NetworkCredential^ Credentials { NetworkCredential^ get (); void set (NetworkCredential^ value); }
member Credentials : NetworkCredential with get, set
Property Value
Type: NetworkCredentialReturn Value
Type: NetworkCredential
