SortField Property
See Also 
SourceCode.EventBus.Scheduler.Management Namespace > ScheduleCriteria.Sort Class : SortField Property



Glossary Item Box

The sortfield property.

Syntax

Visual Basic (Declaration) 
Public Property SortField As ScheduleCriteria.SortField
Visual Basic (Usage)Copy Code
Dim instance As ScheduleCriteria.Sort
Dim value As ScheduleCriteria.SortField
 
instance.SortField = value
 
value = instance.SortField
C# 
public ScheduleCriteria.SortField SortField {get; set;}
C++/CLI 
public:
property ScheduleCriteria.SortField SortField {
   ScheduleCriteria.SortField get();
   void set (    ScheduleCriteria.SortField value);
}

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