Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets/sets the Timestamp

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public DateTime Timestamp { get; set; }
Visual Basic (Declaration)
Public Property Timestamp As DateTime
Visual C++
public:
property DateTime Timestamp {
	DateTime get ();
	void set (DateTime value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.IndexusMessage.Timestamp"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.IndexusMessage.Timestamp"]

See Also