TransitionTag

Represents the transition tag for an OnOffTransitionConfiguration element.

Element Hierarchy

Syntax

<TransitionTag Value = TransitionTagType>
</TransitionTag>

Attributes and Elements

Attributes

Attribute Description Data type Required Default
Value String that is inserted in the file name. String that does not contain any of the following characters:
  • Forward slash (/)
  • Backslash (\)
  • Colon (:)
  • Asterisk (*)
  • Question mark (?)
  • Pipe symbol (|)
  • Right angle bracket (>)
  • Double quote (")
Yes

Child Elements

None.

Parent Elements

Element Description
OnOffTransitionConfiguration Represents an on/off transition configuration.

Example

The following code example shows how to configure this element.

<OnOffTransitionConfiguration
  Id="OnOffTransitionConfiguration_Default_Boot"
  Name="OnOffTransitionConfiguration_Default_Boot"
  Type="On/Off - Boot">
  <PrepareSystem Value="true"/>
  <NumberOfRuns Value="3"/>
  <PostBootDelay Value="120"/>
  <WakeupDelay Value="60"/>
  <TransitionTag Value="Boot"/>
</OnOffTransitionConfiguration>

Elements