Platform SDK: CDO 1.2.1 |
The RenderProperty method renders the designated property of the object specified by the DataSource property.
strHTML = objObjectRend.RenderProperty(varProperty [, varboolRaw] [, varResponseObject] )
The individual properties that can be rendered with the RenderProperty method are indicated in the appropriate object property descriptions.
The varProperty parameter designates the property to be rendered. The parameter can be a long integer designating the property by property tag, or a string designating it by custom name. In both cases it corresponds to the Property property of the Format object controlling the property to be rendered.
If the varProperty parameter is a custom name, it can optionally be prefixed with a GUID string identifying its property set. In this case, the GUID should be enclosed in braces. For more information and examples, see Using Named Properties.