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