Gets or sets flag that determines if this DataCell data is sorted by timestamp.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("This bit definition is for obsolete uses that is no longer needed.", false)] public bool DataIsSortedByTimestamp { get; set; }
<ObsoleteAttribute("This bit definition is for obsolete uses that is no longer needed.", _ False)> _ Public Property DataIsSortedByTimestamp As Boolean Get Set
[ObsoleteAttribute(L"This bit definition is for obsolete uses that is no longer needed.", false)] public: property bool DataIsSortedByTimestamp { bool get (); void set (bool value); }