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

PersistedStateKeys()

Properties

ConversationState

Gets or sets the key for the conversation state.

UserState

Gets or sets the key for the user state.

Methods

GetEnumerator()

Gets the collection of persisted state keys.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to