DialogInstance.StackIndex 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 a stack index. Positive values are indexes within the current DC and negative values are indexes in the parent DC.
public int? StackIndex { get; set; }
member this.StackIndex : Nullable<int> with get, set
Public Property StackIndex As Nullable(Of Integer)
Property Value
Positive values are indexes within the current DC and negative values are indexes in the parent DC.