Have a class that has an object property that needs to be initialized or instantiated? You can always instantiate the property in the Constructor (or Open event) like this:
Comments closedTag: Computed Property
Here are a couple tips you can use with computed properties.
Comments closed