| description | Name Element for SelectionSet |
|---|---|
| ms.date | 08/23/2021 |
| title | Name Element for SelectionSet |
Specifies the name used to reference the selection set.
- Configuration Element
- SelectionSets Element
- SelectionSet Element
- Name Element
<Name>Name of selection set</Name>The following sections describe the attributes, child elements, and parent element of the Name
Element.
None.
None.
| Element | Description |
|---|---|
| SelectionSet Element | Defines a single set of .NET objects that can be referenced by the name of the set. |
Specify the name to reference the selection set. There are no restrictions as to what characters can be used.
The name specified here is used in the SelectionSetName element. The selection set that can be
used by a view, by a definition of a view (views can have multiple definitions), or when specifying
a selection condition. For more information about selection sets, see Defining Sets of Objects.
This example shows a SelectionSet element that defines four .NET types. The name of the selection
set is "FileSystemTypes".
<SelectionSets>
<SelectionSet>
<Name>FileSystemTypes</Name>
<Types>
<TypeName>System.IO.DirectoryInfo</TypeName>
<TypeName>System.IO.FileInfo</TypeName>
<TypeName>Deserialized.System.IO.DirectoryInfo</TypeName>
<TypeName>Deserialized.System.IO.FileInfo</TypeName>
</Types>
</SelectionSet>
</SelectionSets>