Dimension.IsParentChild 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 an indication if the current dimension is of ParentChild type.
[System.ComponentModel.Browsable(false)]
public bool IsParentChild { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsParentChild : bool
Public ReadOnly Property IsParentChild As Boolean
Property Value
true if the dimension is parent-child; otherwise, false.
- Attributes