value(forProperty:)
Returns the group’s value for a given property.
Declaration
func value(forProperty property: String!) -> Any!Parameters
- property:
The name of a group property. For valid values, see Group Property Names.
Return Value
The group’s value for property.