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