PowerPoint.Interfaces.CustomPropertyUpdateData interface

An interface for updating data on the CustomProperty object, for use in customProperty.set({ ... }).

Properties

value

The value of the custom property. If the value is a string, the maximum length 255 characters. Larger strings cause the operation to fail with an InvalidArgument error.

Property Details

value

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The value of the custom property. If the value is a string, the maximum length 255 characters. Larger strings cause the operation to fail with an InvalidArgument error.

value?: boolean | Date | number | string;

Property Value

boolean | Date | number | string

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]