'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
public read-only property IsEmpty: Boolean;
public function get IsEmpty : boolean
public: __property bool get_IsEmpty();
public: property bool IsEmpty { bool get(); }