_NavigationGroup.GroupType Property
Returns an OlGroupType constant that indicates the group type for the NavigationGroup object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property GroupType As OlGroupType
Get
'Usage
Dim instance As _NavigationGroup
Dim value As OlGroupType
value = instance.GroupType
[DispIdAttribute()]
OlGroupType GroupType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlGroupType