ActionChangeList.Turn Property

Definition

Gets or sets turn state associated with the plan change list (it will be applied to turn state when plan is applied).

public System.Collections.Generic.Dictionary<string,object> Turn { get; set; }
member this.Turn : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Turn As Dictionary(Of String, Object)

Property Value

Turn state associated with the plan change list (it will be applied to turn state when plan is applied).

Applies to