This topic has not yet been rated - Rate this topic

WinJS.UI.CountError enumeration

Indicates that the IListDataAdapter was unable to provide a count.

Syntax


var WinJS.UI.CountError = {
  noResponse : "noResponse"
}

Members

The CountError enumeration has these members.

MemberValueDescription
noResponse"noResponse"

An attempt to count items timed out.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.