IFsrmFileManagementJob::get_PropertyConditions 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.]

A list of property conditions specified for the job.

This property is read-only.

Syntax

HRESULT get_PropertyConditions(
  IFsrmCollection **propertyConditions
);

Parameters

propertyConditions

Return value

None

Remarks

To specify a property condition for the job, call the IFsrmFileManagementJob::CreatePropertyCondition method.

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