ActionChangeList.Turn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).