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