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 , 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.
The Properties object is accessed through the following property.
See Also
© 2001-2003 Microsoft Corporation. All rights reserved.