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