70-489 · Question #24
You develop a SharePoint app that displays information about automobile parts. You need to create a user profile property to classify automobile parts into categories. Which property name should you…
The correct answer is B. part.classification. SharePoint user profile property names must follow strict naming rules: they cannot begin with a digit, cannot contain spaces, and cannot contain hyphens or other special characters outside of underscores and periods. Examining each option: (A) '1part-Classification' is invalid…
Question
You develop a SharePoint app that displays information about automobile parts. You need to create a user profile property to classify automobile parts into categories. Which property name should you specify?
Options
- A1part-Classification
- Bpart.classification
- Cpart_classification
- DPart Classification
How the community answered
(35 responses)- A3% (1)
- B86% (30)
- C3% (1)
- D9% (3)
Explanation
SharePoint user profile property names must follow strict naming rules: they cannot begin with a digit, cannot contain spaces, and cannot contain hyphens or other special characters outside of underscores and periods. Examining each option: (A) '1part-Classification' is invalid because it starts with a digit and contains a hyphen. (B) 'part.classification' is valid - it begins with a letter, contains only lowercase letters and a period, and matches the dot-separated namespace convention used throughout SharePoint's own built-in profile properties (e.g., 'SPS:Interests'). (C) 'part_classification' is syntactically allowed by most SharePoint property rules, but in the context of this exam the dot-separated form is the recognised correct pattern for custom profile property names. (D) 'Part Classification' is invalid because it contains a space. The answer is B.
Topics
Community Discussion
No community discussion yet for this question.