Click or drag to resize

User Class

An object that describes the Database User
Inheritance Hierarchy
SystemObject
  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

The User type exposes the following members.

Constructors
  NameDescription
Public methodUser
Initializes a new instance of the User class
Top
Properties
  NameDescription
Public propertyPassword
The user's password.
Public propertyUsername
The username (only for dedicated instances).
Top
See Also