ActionDescription.SupportedSelectionMode Property
Gets or sets an ActionDescription.SelectionType enumeration value that represents the supported selection mode for the action.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ActionDescription
Dim value As SelectionType
value = instance.SupportedSelectionMode
instance.SupportedSelectionMode = value
Syntax
'Declaration
<XmlAttributeAttribute("SelectionMode")> _
<DefaultValueAttribute(SelectionType.Single)> _
Public Property SupportedSelectionMode As SelectionType
[XmlAttributeAttribute("SelectionMode")]
[DefaultValueAttribute(SelectionType.Single)]
public SelectionType SupportedSelectionMode { get; set; }
[XmlAttributeAttribute(L"SelectionMode")]
[DefaultValueAttribute(SelectionType::Single)]
public:
property SelectionType SupportedSelectionMode {
SelectionType get ();
void set (SelectionType value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public SelectionType get_SupportedSelectionMode ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SupportedSelectionMode (SelectionType value)
DebuggerStepThroughAttribute
public function get SupportedSelectionMode () : SelectionType
DebuggerStepThroughAttribute
public function set SupportedSelectionMode (value : SelectionType)
Property Value
ActionDescription.SelectionType enumeration value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription.SelectionType