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