OrderByCollection Class
Members See Also 
SourceCode.Workflow.Management.Criteria Namespace : OrderByCollection Class



Glossary Item Box

Object Model

OrderByCollection Class OrderBy Class

Syntax

Visual Basic (Declaration)  
<SerializableAttribute()>
Public Class OrderByCollection 
   Inherits System.Collections.Generic.List(Of OrderBy)
Visual Basic (Usage) Copy Code
Dim instance As OrderByCollection
C#  
[Serializable()]
public class OrderByCollection : System.Collections.Generic.List<OrderBy> 
C++/CLI  
[Serializable()]
public ref class OrderByCollection : public System.Collections.Generic.List<OrderBy> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      SourceCode.Workflow.Management.Criteria.OrderByCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also