Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

Properties.GetCustomProperty

The GetCustomProperty method retrieves the custom property with the specified name.

Syntax

Application.Project.Properties.GetCustomProperty(name)

Parameters

  name

String containing the name of the custom property to retrieve.

Return Values

This method returns a value that can have any data type.

Remarks

Custom properties are set using the Properties.SetCustomProperty method, and can have a value of any data type. The return value of Properties.GetCustomProperty has the same data type as the value of the custom property being retrieved.

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.