'Declaration
ReadOnly Property IsLogical As System.Boolean
'Usage
Dim instance As IValue Dim value As System.Boolean value = instance.IsLogical
System.bool IsLogical {get;}
read-only property IsLogical: System.Boolean;
function get IsLogical : System.boolean
__property System.bool get_IsLogical();
property System.bool IsLogical { System.bool get(); }