Abstract Property

This property holds the value used to build an optional ABSTRACT CDF element. When the CDF string for an object that has an Abstract property is constructed, the property is checked. If it is not null, the <ABSTRACT> element is added to the string with the value of the property as the contents.

Type

String (VT_BSTR)

Default

Null

Example

VBScript

IDispChannel.Abstract = "This channel contains …"

© 1997-1998 Microsoft Corporation. All rights reserved.