Filter.FieldBase.SortOrder Property

Gets or sets the sort order of the filter field.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property SortOrder As Filter.SortOrderTypeEnum
    Get
    Set
'Usage
Dim instance As Filter.FieldBase
Dim value As Filter.SortOrderTypeEnum

value = instance.SortOrder

instance.SortOrder = value
public Filter.SortOrderTypeEnum SortOrder { get; set; }

Property Value

Type: Microsoft.Office.Project.Server.Library.Filter.SortOrderTypeEnum

Remarks

The SortOrder property is used to retrieve or set the order in which the field is returned. If the field is not part of an existing Filter object, setting the SortOrder value throws an InvalidOperationException.

See Also

Reference

Filter.FieldBase Class

Filter.FieldBase Members

Microsoft.Office.Project.Server.Library Namespace