Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

Properties Object

The Properties object stores metadata about a project, including various standard properties as well as user-defined properties. These properties are stored in the project file, and persist between sessions.

The Properties object exposes the following properties.

Property Description
Author Specifies or retrieves the name of the author of the project.
BackupMediaFiles Sets or retrieves a value indicating whether to copy files to both WebHost.WindowsMediaPublishDestination and WebHost.PublishDestination.
Copyright Specifies or retrieves the copyright information for the project.
Description Specifies or retrieves a description of the project.
DiscussionServerAddress Specifies or retrieves the address of an optional discussion server.
ImageFilename Specifies or retrieves the file name of an image to be displayed on the presentation introduction page.
PublishName Specifies or retrieves the name to publish the project with.
PublishWebHost Retrieves the WebHost object that represents the current e-service.
Title Specifies or retrieves the title of the project.

The Properties object exposes the following methods.

Method Description
GetCustomProperty Retrieves the custom property with the specified name.
GetCustomPropertyCount Retrieves the number of custom properties associated with this object.
GetCustomPropertyName Retrieves the name of the custom property at the specified index.
SetCustomProperty Specifies the name and value of a custom property.

The Properties object is accessed through the following property.

Object Property
Project Properties

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.