RC-WinTrans Object Model Help | 
  Group.Resname
 | 
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. |