Opc.Ua.Core
ServerTimestamp Property



Opc.Ua Namespace > DataValue Class : ServerTimestamp Property
The server timestamp associated with the value.
Syntax
'Declaration
 
<DataMemberAttribute(Order=5, IsRequired=False)>
Public Property ServerTimestamp As Date
'Usage
 
Dim instance As DataValue
Dim value As Date
 
instance.ServerTimestamp = value
 
value = instance.ServerTimestamp
[DataMember(Order=5, IsRequired=false)]
public DateTime ServerTimestamp {get; set;}
[DataMember(Order=5, IsRequired=false)]
public:
property DateTime ServerTimestamp {
   DateTime get();
   void set (    DateTime value);
}
Remarks
The server timestamp associated with the value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataValue Class
DataValue Members