Declares a property.

<property name="propertyName" [internalName="propertyVariable"] />
–or–
<property name="propertyName">
   <get [internalName="getFunctionName"] />
   <put [internalName="putFunctionName"] />
</property>

Expand imageValues

Expand imageRemarks

Expand imageExample

Expand imageSee Also