PimItemCollection.IsSorted Property
3/29/2010
Gets a value indicating whether the items in the collection are sorted.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public bool IsSorted { get; }
'Declaration
Public ReadOnly Property IsSorted As Boolean
Remarks
This property is supported if SupportsSorting is true; otherwise, this property throws a NotSupportedException. If IsSorted returns true, items are added or removed in the order of the sort.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PimItemCollection Class
PimItemCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace