IDataCollectorSet::get_DisplayNameUnresolved method (pla.h)

Retrieves the display name of the data collector set in its original form.

This property is read-only.

Syntax

HRESULT get_DisplayNameUnresolved(
  BSTR *name
);

Parameters

name

Return value

None

Remarks

This property returns the display name as you originally set it in the IDataCollectorSet::DisplayName property. Typically, you would use this property if you set the display name using the form @binary,#id.

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

IDataCollectorSet::DisplayName