Returns the resname of the group.

Type Info:

Resname As String
Example:
Dim Group As Group
Dim Resname As String

Set Group = Application.ActiveGroup

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

Class Group

Last Updated: 09/23/04