Previous in Contents Next in Contents

Description Property

The Description property is a string used to hold a description of the implementation. It does not result in the generation of any elements or attributes when GetCDFString is invoked.

Type

String (VT_BSTR)

Default

None

Example

' Using Windows Scripting Host and VBScript
Set Implementation = CreateObject("Push.Implementation")
Implementation.Description = "WinNT4.0Alpha"

© 1997-2000 Microsoft Corporation. All rights reserved.