wwAsyncWebRequest::GetProperty

Retrieves a dynamic property set. Properties are stored in XML format in the Properties field of the Event record and can contain any simple data types of any size. For example you can store XML strings to be passed from the client app to the server app.

o.GetProperty(lcProperty)

Return Value

Variant value of the property.
.NULL. if the property doesn't exist

Parameters

lcProperty
The property to retrieve

Remarks

This method can only be used after the Event record has been located on a specific event either with LoadEvent() or one of the other operations that take EventID parameters and cause the oEvent record to be set.


See also:

Class wwAsyncWebRequest

© West Wind Technologies, 1996-2022 • Updated: 03/24/01
Comment or report problem with topic