Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

Properties.SetCustomProperty

The SetCustomPropertyName method specifies the name and value of a custom property.

Syntax

Application.Project.Properties.SetCustomProperty(name, value)

Parameters

  name

String containing the name of the custom property to be set.

  value

The value of the custom property to be set. This value can have any standard data type.

Return Values

This method does not return a value.

Remarks

Once a custom property has been created by calling this method, it cannot be removed.

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.