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.

Namespace:  System.Web.Razor
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).State
The current state of the machine.
Show: