'Declaration
<DefaultValueAttribute(True)> Public Property WriteNarrowestIntegerType As Boolean
'Usage
Dim instance As UAClientSessionParameters Dim value As Boolean instance.WriteNarrowestIntegerType = value value = instance.WriteNarrowestIntegerType
[DefaultValue(true)] public bool WriteNarrowestIntegerType {get; set;}
[DefaultValue(true)] public: property bool WriteNarrowestIntegerType { bool get(); void set ( bool value); }