'Declaration
<DefaultValueAttribute("")> <MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")> <UANodeAttribute(".[ValuePrecision]")> <UADataAttribute()> Public Property ValuePrecision As Nullable(Of Double)
'Usage
Dim instance As UADataItemNode(Of TValue,TAttribute) Dim value As Nullable(Of Double) instance.ValuePrecision = value value = instance.ValuePrecision
[DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[ValuePrecision]")] [UAData()] public Nullable<double> ValuePrecision {get; set;}
[DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[ValuePrecision]")] [UAData()] public: property Nullable<double> ValuePrecision { Nullable<double> get(); void set ( Nullable<double> value); }