`x.Name` here: ``` fsharp type TypeWithProperties() = member x.Name with get() = 0 and set (v: int) = () ```