PersistedStateKeys Class

Definition

These are the keys which are persisted.

public class PersistedStateKeys : System.Collections.Generic.IEnumerable<string>
type PersistedStateKeys = class
    interface seq<string>
    interface IEnumerable
Public Class PersistedStateKeys
Implements IEnumerable(Of String)
Inheritance
PersistedStateKeys
Implements

Constructors

Name Description
PersistedStateKeys()

Properties

Name Description
ConversationState

Gets or sets the key for the conversation state.

UserState

Gets or sets the key for the user state.

Methods

Name Description
GetEnumerator()

Gets the collection of persisted state keys.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Applies to