Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.SessionState.Item Property

(not specified)

Class: YetaWF.Core.Support.SessionState
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public object this[ string key ] { get; }

The Item property is the indexer of the YetaWF.Core.Support.SessionState class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

Remarks

(not specified)

See Also YetaWF.Core.Support.SessionState ClassYetaWF.Core Overview