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