ActionDescription.SelectionType Enumeration
Defines the selection set types that an ActionDescription object can process in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As SelectionType
Syntax
'Declaration
Public Enumeration SelectionType
public enum SelectionType
public enum class SelectionType
public enum SelectionType
public enum SelectionType
Members
Member name | Description |
---|---|
Both | Action is shown when one or more items are selected. |
Multiple | Action is shown when the selection set contains more than one item. See MultipleSelectionSet. |
Single | Action is shown only when the selection set contains a single item. |
Remarks
The selection set types are possible values for the SelectionMode attribute that is associated with the ActionDescription object. For more information, see Configuration Manager Action XML.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class
ActionDescription.MultipleSelectionSet Property