What are Properties? Properties are variables that posses additional functionality beyond storing data. Properties can explicitly be written to or read from, can contain conditional statements, and perform function calls. the structure of a property: Public int PropExample { } being the property itself. …