Class Account
Inheritance
System.Object
Account
Namespace: Sensus.Authentication
Assembly: SensusAndroid.dll
Syntax
public class Account : Object
Constructors
Account()
Declaration
public Account()
Properties
ParticipantId
Gets or sets the participant identifier.
Declaration
public string ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The participant identifier. |
Password
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password. |