An object that describes the Database User
Inheritance HierarchySystemObject
Aruba.Cloud.WsDBaaS.EntitiesUser
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataContractAttribute]
public class User
<DataContractAttribute>
Public Class User
[DataContractAttribute]
public ref class User
[<DataContractAttribute>]
type User = class end
The User type exposes the following members.
Constructors|
| Name | Description |
|---|
 | User | Initializes a new instance of the User class |
Top
Properties|
| Name | Description |
|---|
 | Password |
The user's password.
|
 | Username |
The username (only for dedicated instances).
|
Top
See Also