1. InternalUserInfo

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
public class InternalUserInfo

Properties

Culture

Gets or sets the culture of the user.

Declaration
public CultureInfo Culture { get; set; }
Property Value
TypeDescription
CultureInfo

Email

Gets or sets the e-mail of the user.

Declaration
public string Email { get; set; }
Property Value
TypeDescription
string

Username

Gets or sets the username of the user.

Declaration
public string Username { get; set; }
Property Value
TypeDescription
string
If you have suggestions for improving this article, let us know!