IFsrmFileConditionProperty interface (fsrmreports.h)

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

Defines a file condition property.

Inheritance

The IFsrmFileConditionProperty interface inherits from the IFsrmFileCondition interface.

Methods

The IFsrmFileConditionProperty interface has these methods.

 
IFsrmFileConditionProperty::get_Operator

Specifies the comparison operator, as enumerated by the FsrmPropertyConditionType enumeration. (Get)
IFsrmFileConditionProperty::get_PropertyId

Specifies the predefined file property, as enumerated by the FsrmFileSystemPropertyId enumeration. (Get)
IFsrmFileConditionProperty::get_PropertyName

Specifies the name of the file condition property. (Get)
IFsrmFileConditionProperty::get_Value

Specifies the file condition property value. (Get)
IFsrmFileConditionProperty::get_ValueType

Specifies the type of the file condition property value, as enumerated by the FsrmPropertyValueType enumeration. (Get)
IFsrmFileConditionProperty::put_Operator

Specifies the comparison operator, as enumerated by the FsrmPropertyConditionType enumeration. (Put)
IFsrmFileConditionProperty::put_PropertyId

Specifies the predefined file property, as enumerated by the FsrmFileSystemPropertyId enumeration. (Put)
IFsrmFileConditionProperty::put_PropertyName

Specifies the name of the file condition property. (Put)
IFsrmFileConditionProperty::put_Value

Specifies the file condition property value. (Put)
IFsrmFileConditionProperty::put_ValueType

Specifies the type of the file condition property value, as enumerated by the FsrmPropertyValueType enumeration. (Put)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header fsrmreports.h

See also

FSRM Interfaces

MSFT_FSRMFMJCondition