Type Property

The Type property is a string used when building the <USAGE></USAGE> element upon invocation of the GetCDFString method. If this property is not empty, the TYPE attribute is added to the element, and the string is inserted as the value.

Type

String

Default

None

Example

VBScript

Set IDispUsage = CreateObject("push.usage.1")
IDispUsage.Type = "screensaver"

© 1997-1998 Microsoft Corporation. All rights reserved.