Compartir a través de


StateMachine<TReturn>.CurrentState Propiedad

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Obtiene o establece el estado actual de la máquina.

protected System.Web.Razor.StateMachine<TReturn>.State CurrentState { get; set; }
member this.CurrentState : System.Web.Razor.StateMachine<'Return>.State with get, set
Protected Property CurrentState As StateMachine(Of TReturn).State

Valor de propiedad

Estado actual de la máquina.

Se aplica a