Class GemFireUser
Inheritance
System.Object
GemFireUser
Assembly: Steeltoe.CloudFoundry.ConnectorBase.dll
Syntax
public class GemFireUser : object
Properties
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Roles
Declaration
public IEnumerable<string> Roles { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|