MongoCredentialPassword Property |
Note: This API is now obsolete.
Gets the password.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax [ObsoleteAttribute("Use Evidence instead.")]
public string Password { get; }
<ObsoleteAttribute("Use Evidence instead.")>
Public ReadOnly Property Password As String
Get
[<ObsoleteAttribute("Use Evidence instead.")>]
member Password : string with get
Property Value
Type:
StringSee Also