IDataCollectorSet::put_Keywords method (pla.h)

Retrieves or sets keywords that describe the data collector set. The list of keywords is added to the output files as metadata.

This property is read/write.

Syntax

HRESULT put_Keywords(
  SAFEARRAY *keywords
);

Parameters

keywords

Return value

None

Remarks

The keywords can be used when searching for files and are also displayed in Windows Explorer.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IDataCollectorSet