5/13/2011

This method adds the specified configuration item to the configuration package.

Syntax

public static void 
AddProvisioningItem(
  string 
provItemUniqueitem,
  string 
provpackageUniqueId,
  string 
description
);

Parameters

provItemUniqueitem

[in] Unique identifier for the configuration item.

provpackageUniqueId

[in] Unique identifier for the configuration package.

description

[in] Description of the configuration package.

Return Value

None

Remarks

None

Example

To view a code example for this method, see the code example in EDM_ProvisioningPackage::CreateInstance.

Copy Code

See Also