'Declaration
Public Function New( _ ByVal value As Object, _ ByVal sourceTimestamp As Date _ )
'Usage
Dim value As Object Dim sourceTimestamp As Date Dim instance As New UAAttributeData(value, sourceTimestamp)
public UAAttributeData( object value, DateTime sourceTimestamp )
public: UAAttributeData( Object^ value, DateTime sourceTimestamp )
Parameters
- value
- The value of attribute data.
The value of this parameter can be
null
(Nothing
in Visual Basic). - sourceTimestamp
- The source timestamp associated with the value.