Class InternalUserInfo
A model that holds all information that applies to an internal user.
Inheritance
object
InternalUserInfo
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0User
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class InternalUserInfoProperties
Culture
Gets or sets the culture of the user.
Declaration
RequestResponse
public CultureInfo Culture { get; set; }Property Value
| Type | Description |
|---|---|
| CultureInfo |
Gets or sets the e-mail of the user.
Declaration
RequestResponse
public string Email { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Username
Gets or sets the username of the user.
Declaration
RequestResponse
public string Username { get; set; }Property Value
| Type | Description |
|---|---|
| string |