Skip to content

Commit 329e93a

Browse files
authored
Merge pull request #97858 from ArvindHarinder1/patch-56
Switch statement comment about not using referential attributes.
2 parents 2d789f1 + 3634c11 commit 329e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/manage-apps/functions-for-customizing-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Removes all space (" ") characters from the source string.
236236
Switch(source, defaultValue, key1, value1, key2, value2, …)
237237

238238
**Description:**<br>
239-
When **source** value matches a **key**, returns **value** for that **key**. If **source** value doesn't match any keys, returns **defaultValue**. **Key** and **value** parameters must always come in pairs. The function always expects an even number of parameters.
239+
When **source** value matches a **key**, returns **value** for that **key**. If **source** value doesn't match any keys, returns **defaultValue**. **Key** and **value** parameters must always come in pairs. The function always expects an even number of parameters. The function should not be used for referential attributes such as manager.
240240

241241
**Parameters:**<br>
242242

0 commit comments

Comments
 (0)