Concept Flow - Read-only and write-only properties
Define Property
Is it Read-only?
Yes→Only get accessor
Can read value
Is it Write-only?
Yes→Only set accessor
Can set value
Has both get and set
Can read and write value
This flow shows how a property can be defined as read-only (only get), write-only (only set), or both (get and set).