User profile url parameter used to explicitly set working mode.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static readonly UrlParam<ProfileWorkingMode> WorkingModeInternal
Visual Basic
Public Shared ReadOnly WorkingModeInternal As UrlParam(Of ProfileWorkingMode)
Visual C++
public:
static initonly UrlParam<ProfileWorkingMode>^ WorkingModeInternal
F#
static val WorkingModeInternal: UrlParam<ProfileWorkingMode>

Field Value

Type: UrlParam<(Of <(<'ProfileWorkingMode>)>)>

See Also