| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DataValue Dim value As Date instance.ServerTimestamp = value value = instance.ServerTimestamp | |
| C# | |
|---|---|
[DataMemberAttribute(5)] public DateTime ServerTimestamp {get; set;} | |
The server timestamp associated with the value.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x