Properties are similar to data members of the object. Properties usually do not take any arguments and are used to describe or set the state of an object. All properties return a value, however some properties are read-only, and some are read/write. Here is an example of Visual Basic syntax for getting (property1) and setting a property (property2) of an object
If ob.property1=True then object.property2 = value