'Declaration
<DefaultValueAttribute(False)> <IsValueEvidentAttribute(True)> Public ReadOnly Property HasTimestamp As Boolean
'Usage
Dim instance As UADataSetData Dim value As Boolean value = instance.HasTimestamp
[DefaultValue(false)] [IsValueEvident(true)] public bool HasTimestamp {get;}
[DefaultValue(false)] [IsValueEvident(true)] public: property bool HasTimestamp { bool get(); }