'Declaration
Protected Sub ResetServerTimestampDouble()
'Usage
Dim instance As UADataValue instance.ResetServerTimestampDouble()
protected void ResetServerTimestampDouble()
protected: void ResetServerTimestampDouble();
'Declaration
Protected Sub ResetServerTimestampDouble()
'Usage
Dim instance As UADataValue instance.ResetServerTimestampDouble()
protected void ResetServerTimestampDouble()
protected: void ResetServerTimestampDouble();
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.
This method is commonly used in conjunction with the ShouldSerialize<PropertyName>
method. See also Use Reset and ShouldSerialize to control a property (Windows Forms .NET) for more information.