Property IsLazy As Boolean
bool IsLazy { get; set; }
property bool IsLazy { bool get (); void set (bool value); }
function get_isLazy(); function set_isLazy(value);