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"