MemberHierarchy<T>.m_isColumn Field
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.
Indicates whether the hierarchy is a column.
protected: bool m_isColumn;
protected bool m_isColumn;
val mutable m_isColumn : bool
Protected m_isColumn As Boolean