On 1/21/06, Baz <[EMAIL PROTECTED]> wrote:
> How do you read a CFC's properties?

getMetadata(obj).properties is an array of structs. Each struct has
keys based on the attributes provided to <cfproperty>

If you <cfdump var="#getMetadata(obj)#"/> you'll see all the
information about the object (you can call getMetadata() on any
ColdFusion variable of any type).
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to