Making a default property

if i make an object call it Zeeb, how would i give that object a default property to that if - like string, or number, or bool, etc - i say:

var z:Zeed = “tweet”;
it will assign “tweet” to the default property and if i say
trace(Zeed) // tweet

-E

Uhh what?