Output complex type [SDM] 

 
SDM Reference

Output Complex Type

Defines the attributes that create a variation on the ValueTransfer value transfer. The Output complex type supports the semantics for fixing and replacing target values. This complex type defines an output value for a flow. After the flow is executed by the SDM compiler, the value will be transferred from the Common Language Runtime property in the manager assembly (specified by the Name attribute of the output) to the corresponding setting value (specified by the Path attribute of the output).

<xs:complexType name="Output">
    <xs:complexContent>
        <xs:extension
            base="ValueTransfer"
        >
            <xs:attribute name="Fixed"
                type="boolean"
                use="optional"
             />
Fixed
true if the target value is fixed so that any attempts to modify the value will result in an error; otherwise, false.
<xs:attribute name="Replace" type="boolean" use="optional" />
Replace
true if the current contents of the setting's value list are to be replaced. false if the contents of the setting's value list are to be merged. The default is false.
</xs:extension> </xs:complexContent> </xs:complexType>
Output

Attributes

Name Type Description
Fixed boolean true if the target value is fixed so that any attempts to modify the value will result in an error; otherwise, false.
Replace boolean true if the current contents of the setting's value list are to be replaced. false if the contents of the setting's value list are to be merged. The default is false.

See Also

SystemDefinitionModel Schema Complex Types

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.