Share via


Write Method [Office 2003 SDK Documentation]

Writes a key into the property bag. If the key name does not exist in the property bag, a new property is created. If the value is Null, the existing key name is deleted.

Applies To

ISmartTagProperties

Syntax

VOID Write (STRING Key, STRING Value)

Parameters

Key

A string value of the key property.

Value

A value property.

Remarks

The key name is case-insensitive. Key names must conform to standard XML naming rules for tags.