IFsrmFileManagementJob::get_CustomAction method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The action to execute when all the conditions are met.

This property is read-only.

Syntax

HRESULT get_CustomAction(
  IFsrmActionCommand **action
);

Parameters

action

Return value

None

Remarks

To create the custom action, call the IFsrmFileManagementJob::CreateCustomAction method.

For a list of macros supported, perform a "get" operation on the IFsrmFileManagementJobManager::ActionVariables and IFsrmFileManagementJobManager::ActionVariableDescriptions properties.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob