IDataCollectorSet::get_Security method (pla.h)

Retrieves or sets access control information that determines who can access this data collector set.

This property is read/write.

Syntax

HRESULT get_Security(
  BSTR *pbstrSecurity
);

Parameters

pbstrSecurity

Return value

None

Remarks

By default, the user has full privileges, the Administrators group has read, write, and execute privileges, and the Performance Log Users group has read and execute privileges.

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