Class StateMachineStateRecord
Inherited Members
Namespace: System.Activities.Statements.Tracking
Assembly: System.Activities.dll
Syntax
public sealed class StateMachineStateRecord : CustomTrackingRecord
Constructors
StateMachineStateRecord()
Declaration
public StateMachineStateRecord()
Properties
StateMachineName
Declaration
public string StateMachineName { get; }
Property Value
System.String
|
StateName
Declaration
public string StateName { get; }
Property Value
System.String
|