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