Opc.Ua.Core
SourceTimestamp Property



Opc.Ua Namespace > DataValue Class : SourceTimestamp Property
The source timestamp associated with the value.
Syntax
'Declaration
 
<DataMemberAttribute(Order=3, IsRequired=False)>
Public Property SourceTimestamp As Date
'Usage
 
Dim instance As DataValue
Dim value As Date
 
instance.SourceTimestamp = value
 
value = instance.SourceTimestamp
[DataMember(Order=3, IsRequired=false)]
public DateTime SourceTimestamp {get; set;}
[DataMember(Order=3, IsRequired=false)]
public:
property DateTime SourceTimestamp {
   DateTime get();
   void set (    DateTime value);
}
Remarks
The source 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