ITargetInfo::SetProperty method (wcmconfig.h)

Sets a property value for the offline installation location.

Syntax

HRESULT SetProperty(
  [in] BOOL        Offline,
  [in] const WCHAR *Property,
  [in] const WCHAR *Value
);

Parameters

[in] Offline

True if installation location is offline.

[in] Property

The name of the property.

[in] Value

The value of the property.

Return value

This method returns an HRESULT value. S_OK indicates success.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ITargetInfo