List.groups property
Gets a List that is a projection of the groups that were identified in this list. This property is available only for GroupsListProjection objects.
Syntax
var groups = list.groups;
Property value
Type: List
A List that is a projection of the groups that were identified in this list.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |