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
Dim instance As ActionDescription
Dim value As SelectionType
value = instance.SupportedSelectionMode
instance.SupportedSelectionMode = value
'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)
ActionDescription.SelectionType enumeration value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Server 2003, Windows Vista
Windows Server 2003,Windows Vista
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription.SelectionType