3.2.4.2.49.6 Value (put) (Opnum 12)

The Value (put) method sets the value used by the property condition and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_PROPERTY_CONDITION | 0x03))] HRESULT Value(
   [in] BSTR value
 );

value: Contains the value for the property condition to use for comparison.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST use value as the value for the Property Condition.Value or return a nonzero error code.