PartialCollection Generic Class

[Microsoft.WindowsServerSolutions.Mobile.Web.PartialCollection is no longer available for use as of Windows Server 2012 Essentials.] Allows consumers to retrieve a subset of the data by specifying the starting index and the number of elements to retrieve.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As PartialCollection(Of T)

Syntax

'Declaration
<DataContractAttribute(Name:="PartialCollection_Of_{0}", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Class PartialCollection(Of T)
[DataContractAttribute(Name="PartialCollection_Of_{0}", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public class PartialCollection<T>
[DataContractAttribute(Name=L"PartialCollection_Of_{0}", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
generic<typename T>
public ref class PartialCollection

GenericParameters

  • T
    The type of the data that is being retrieved.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Mobile.Web.PartialCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

PartialCollection Members
Microsoft.WindowsServerSolutions.Mobile.Web Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.