[This is preliminary documentation and is subject to change.]
Gets or sets the session specific value.
| C# |
public T Value { get; set; }
If the value is retrieved before it is assigned in a particular
session, then the default value for the type T is returned.