IFsrmFileManagementJob::get_Parameters 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 parameters for the file management job.

This property is read/write.

Syntax

HRESULT get_Parameters(
  SAFEARRAY **parameters
);

Parameters

parameters

Return value

None

Remarks

There is no limit to the length of the parameter name or value, nor is there a limit to the number of parameters that you can specify. Specifying a parameter without a value is valid (for example, "parameter=").

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