FieldOrderCollection Class
Represents a collection of FieldOrder objects.
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<FieldOrder>
Microsoft.SharePoint.JSGrid.FieldOrderCollection
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Class FieldOrderCollection _
Inherits List(Of FieldOrder)
'Usage
Dim instance As FieldOrderCollection
public class FieldOrderCollection : List<FieldOrder>
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.