'Declaration Protected m_isRoot As Boolean
'Usage Dim instance As AbstractFolder Dim value As Boolean value = instance.m_isRoot instance.m_isRoot = value
protected bool m_isRoot
'Declaration Protected m_isRoot As Boolean
'Usage Dim instance As AbstractFolder Dim value As Boolean value = instance.m_isRoot instance.m_isRoot = value
protected bool m_isRoot
Notes to inheritors: The constructors of derived classes should set this field to true if they represent the root folder.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2