public virtual string GroupName {get; set;}
public virtual string GroupName {get; set;}
@property (nonatomic,copy) NSString* groupName;
public String getGroupName() public void setGroupName(String value)
get_GroupName();
set_GroupName(value);
Object.defineProperty('GroupName');
GroupName can be used to categorize automation objects into groups. For example, "Basic Drawing Shapes", "Medical" and "Document" annotations. This can be used by the user interface as the name for the toolbar for example.