Share via


StateMachine<TReturn>.StartState Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the starting state of the machine.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property StartState As StateMachine<TReturn>.State 
    Get
'Usage
Dim value As StateMachine<TReturn>.State 

value = Me.StartState
protected abstract StateMachine<TReturn>.State StartState { get; }
protected:
virtual property StateMachine<TReturn>.State^ StartState {
    StateMachine<TReturn>.State^ get () abstract;
}
abstract StartState : StateMachine<TReturn>.State
abstract function get StartState () : StateMachine<TReturn>.State

Property Value

Type: System.Web.Razor.StateMachine<TReturn>.State
The starting state of the machine.

See Also

Reference

StateMachine<TReturn> Class

System.Web.Razor Namespace