Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

properties

The properties element holds a number of property elements describing project properties. Many of these properties are the same as those exposed by the Properties Object.

This element takes no attributes.

Syntax

<properties>
</properties>

Example Code

<properties>
    <property name="Author">Candy Spoon</property>
    <property name="Title"> A Basic Presentation</property>
    <property name="BackgroundColor">#E0E0E0</property>
    <property name="Copyright">Candy Spoon, All Rights Reserved, 2003</property>
    <property name="PublishDestination">C:\temp</property>
    <property name="PublishProfile" index="0">PV000.PRX</property>
</properties >

Parent/Child Elements

Hierarchy Elements
Parent producer
Child

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.