Dictionary Property

The Dictionary property identifies the Uniform Resource Identifier (URI) of the dictionary for this property definition.

Property Dictionary As String[C++]
Get method:
HRESULT get_Dictionary(BSTR*pDictionary);
Put method:
HRESULT put_Dictionary(BSTRvarDictionary);

[Visual Basic]

Parameters

None.

Return Values

This property returns a String that contains the URI of the dictionary.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • pDictionary
    [out, retval] Pointer to a BSTR that contains the URI of the dictionary.

Put method:

  • varDictionary
    [in] BSTR that contains the URI of the dictionary.
Return Values

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

The Dictionary property defaults to an empty string.

Example

To see this property in a fuller context, see Document Management Object Model Sample.