PostUserBodyPasswd Property |
The user password.
If no password is specified, the empty string will be used.
If you pass the special value ARANGODB_DEFAULT_ROOT_PASSWORD,
then the password will be set the value stored in the environment variable
ARANGODB_DEFAULT_ROOT_PASSWORD.
This can be used to pass an instance variable into ArangoDB.
Namespace:
ArangoDBNetStandard.UserApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Passwd { get; set; }
Public Property Passwd As String
Get
Set
public:
property String^ Passwd {
String^ get ();
void set (String^ value);
}
member Passwd : string with get, set
Property Value
Type:
StringSee Also