'Declaration
<BrowsableAttribute(False)> <ColumnDisplayAttribute(2)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property ServerTimestampLocalDouble As Double
'Usage
Dim instance As UADataValue Dim value As Double instance.ServerTimestampLocalDouble = value value = instance.ServerTimestampLocalDouble
[Browsable(false)] [ColumnDisplay(2)] [EditorBrowsable(EditorBrowsableState.Advanced)] [IgnoreDataMember()] [XmlIgnore()] public double ServerTimestampLocalDouble {get; set;}
[Browsable(false)] [ColumnDisplay(2)] [EditorBrowsable(EditorBrowsableState.Advanced)] [IgnoreDataMember()] [XmlIgnore()] public: property double ServerTimestampLocalDouble { double get(); void set ( double value); }