'Declaration
Public Property WritableSourceTimestamp As Boolean
'Usage
Dim instance As UADataVariable Dim value As Boolean instance.WritableSourceTimestamp = value value = instance.WritableSourceTimestamp
public bool WritableSourceTimestamp {get; set;}
Property Value
true
if the source timestamp is writable; otherwise, false
.
The default value of this property is False
.