Get the password to use where credentials are required
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Password { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Password As String Get |
| Visual C++ |
|---|
public: property String^ Password { String^ get (); } |
| F# |
|---|
member Password : string with get |