Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows 8, Windows 8.1
Represents the transition tag for an OnOffTransitionConfiguration element.
Element Hierarchy
<WindowsPerformanceRecorder>
<OnOffTransitionConfigurations>
<OnOffTransitionConfiguration>
<TransitionTag>
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:
|
Yes |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
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>