IDictionary::put_Prefix

The put_Prefix method changes the prefix for an IDictionary instance. The prefix for an IDictionary instance determines which Dictionary entries are not persisted. By default, the IDictionary prefix is an underscore character (_), so that IDictonary names that begin with an underscore are not persisted.

Syntax

HRESULT put_Prefix(
BSTRbstr// in
);

Parameter

bstr
A variable of type BSTR that contains the new prefix.

Include File

<commerce.h>

Return Value

Value Meaning
S_OK The method succeeded.
E_POINTER The bstr parameter is NULL.

Related Topic

IDictionary::get_Prefix


© 1997-1998 Microsoft Corporation. All rights reserved.