mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
rework logic area
This commit is contained in:
@ -26,17 +26,16 @@ Let's begin by learning how to define a **Target**.
|
|||||||
|
|
||||||
## Define a target
|
## Define a target
|
||||||
|
|
||||||
In the XML file, you provide an **Id**, or friendly name, for each **Target**. Each **Target** is defined by at least one **TargetState** which contains at least one **Condition**. A **Target** can have more than one **TargetState**, and a **TargetState** can have more than one **Condition**. A **Condition** element defines the matching type between the condition and the specified value.
|
In the XML file, you provide an **Id**, or friendly name, for each **Target**. Each **Target** is defined by at least one **TargetState** which contains at least one **Condition**. A **Condition** element defines the matching type between the condition and the specified value.
|
||||||
|
|
||||||
|
A **Target** can have more than one **TargetState**, and a **TargetState** can have more than one **Condition**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- When all **Condition** elements are TRUE, **TargetState** is TRUE.
|
The following table describes the logic for the target definition.
|
||||||
|
|
||||||

|
<table><tr><td>When all **Condition** elements are TRUE, **TargetState** is TRUE.</td><td></td></tr>
|
||||||
|
<tr><td>If any of the **TargetState** elements is TRUE, **Target** is TRUE, and the **Id** can be used for setting customizations.</td><td></td></tr></table>
|
||||||
- If any of the **TargetState** elements is TRUE, **Target** is TRUE, and the **Id** can be used for setting customizations.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Conditions
|
### Conditions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user