Returns the restype of the group.

Type Info:

Restype As String
Example:
Dim Group As Group
Dim Restype As String

Set Group = Application.ActiveGroup

If Not(Group Is Nothing) Then
	Restype = Group.Restype
End If
Remarks: Read-only property.

See also:

Class Group

Last Updated: 09/23/04