Share via


IAssemblyName::SetProperty Method

Sets the value of the property referenced by the specified PropertyId.

HRESULT SetProperty (
    [in] DWORD  PropertyId,
    [in] LPVOID pvProperty,
    [in] DWORD  cbProperty
);

Parameters

  • PropertyId
    [in] The unique identifier of the property whose value will be set.
  • pvProperty
    [in] The value to which to set the property referenced by PropertyId.
  • cbProperty
    [in] The size, in bytes, of pvProperty.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IAssemblyName Interface