IDeliveryOptimizationJob2::SetProperty method
This method is unused.
Syntax
HRESULT SetProperty(
[in] DOJobPropertyId propId,
[in, unique] const VARIANT *propValue
);
Parameters
-
propId [in]
-
Unused.
-
propValue [in]
-
Unused.
Return value
If propId is DOJobPropertyId_ExtendedErrorInfo, the returned value is DO_E_READ_ONLY_PROPERTY, otherwise the function returns DO_E_UNKNOWN_PROPERTY_ID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1803 [desktop apps only] |
Minimum supported server | Windows Server, version 1709 [desktop apps only] |
Header | Deliveryoptimization.h |
IDL | DeliveryOptimization.idl |
Library | Dosvc.lib |
DLL | Dosvc.dll |
IID | IID_IDeliveryOptimizationJob2 is defined as 18995A26-BF59-4ABE-9F8B-D5092D5A2405 |