| Visual Basic (Usage) | Copy Code |
|---|---|
Dim statusCode As StatusCode Dim serverTimestamp As Date Dim instance As New DataValue(statusCode, serverTimestamp) | |
| C# | |
|---|---|
public DataValue( StatusCode statusCode, DateTime serverTimestamp ) | |
Parameters
- statusCode
- The status code associated with the value.
- serverTimestamp
- The timestamp associated with the status code.
Initializes the object with a status code and a server timestamp.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x