PSDeployParamCollection Data Type

Parameters for the deployment of a service.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
componentParams list of PublishedServiceDeployParam element 0/unbounded The component params.
serviceformElements RequestFormElementCollection element 0/1 The serviceform elements.

Example

<PSDeployParamCollection>
  <componentParams>
    <componentName>...</componentName>
    <formElements>
      <RequestFormElements/>
    </formElements>
  </componentParams>
  <serviceformElements>
    <RequestFormElements>
      <label>...</label>
      <mandatory>...</mandatory>
      <formType>...</formType>
      <value>...</value>
    </RequestFormElements>
  </serviceformElements>
</PSDeployParamCollection>