Name Property

The Name property is a string specifying the name of the project.

Type

String (VT_BSTR)

Default

None

Example

' Using the Windows Scripting Host (cscript.exe) and VBScript
Set Project = CreateObject("Push.Project")
Project.Name = "News Channel"

© 1997-1998 Microsoft Corporation. All rights reserved.