Provisioning Schema::executeData
Element that encapsulates locally-scoped data for an execution step in a provisioning procedure. This element is part of the provisioning schema of Microsoft Provisioning Framework (MPF).
The contents of an executeData node are only visible to the parent Provisioning Schema::execute node. In contrast, the contents of a data node are visible to all Provisioning Schema::execute nodes in the request.
Arguments
No arguments.
Remarks
No remarks.
Sample Code
Example XML Request
<execute procedure="Query Consumer Type" namespace="CoreRMO">
<executeData>
<consumerType>
<typeName>Retail</typeName>
</consumerType>
</executeData>
</execute>
Applies To
Provisioning Schema; Provisioning Schema::execute; Provisioning Schema::executeXml; Provisioning Schema::queue; Provisioning Schema::transform
See also
Tasks
Provisioning Schema::execute
Provisioning Schema::executeXml
Provisioning Schema::queue
Provisioning Schema::transform