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

Syntax

C#
public static readonly UrlParam<Nullable<bool>> CreatePersistentCookie
Visual Basic
Public Shared ReadOnly CreatePersistentCookie As UrlParam(Of Nullable(Of Boolean))
Visual C++
public:
static initonly UrlParam<Nullable<bool>>^ CreatePersistentCookie
F#
static val CreatePersistentCookie: UrlParam<Nullable<bool>>

Field Value

Type: UrlParam<(Of <(<'Nullable<(Of <(<'Boolean>)>)>>)>)>

See Also