The SessionVariable<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyHasValue
Indicates wether there is a value present or not
(Inherited from StateVariable<(Of <(<'T>)>)>.)
Protected propertyItem (Overrides StateVariable<(Of <(<'T>)>)>..::..Item[([( String])]) .)
Public propertyValue
Sets or gets the value in the current items
(Inherited from StateVariable<(Of <(<'T>)>)>.)
Public propertyValueOrDefault
Gets the value in the current items or if none is available default(T)
(Inherited from StateVariable<(Of <(<'T>)>)>.)

See Also