FindItemType.SortOrder Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property SortOrder As FieldOrderType()
Get
Set
'Usage
Dim instance As FindItemType
Dim value As FieldOrderType()
value = instance.SortOrder
instance.SortOrder = value
public FieldOrderType[] SortOrder { get; set; }
Property Value
Type: []