public bool IsCloseable { get; set; }
Public Property IsCloseable As Boolean
Get
Set
public:
virtual property bool IsCloseable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsCloseable : bool with get, set
override IsCloseable : bool with get, set