StateMachine(Of TReturn).CurrentState Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the current state of the machine.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Property CurrentState As StateMachine<(Of <(TReturn>)>)..::.State Get Set 'Usage Dim value As StateMachine<(Of <(TReturn>)>)..::.State value = Me.CurrentState Me.CurrentState = value
Property Value
Type: System.Web.Razor.StateMachine(Of TReturn).StateThe current state of the machine.
Show: