
Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class OrderByCollection Inherits System.Collections.Generic.List(Of OrderBy) |
Visual Basic (Usage) | ![]() |
---|---|
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> |
System.Object
System.Collections.Generic.List<T>
SourceCode.Workflow.Management.Criteria.OrderByCollection
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