Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the Configuration Manager 2007 -specific actions that are available for this node. The available actions are stored in a System.Collections.Generic.List object that represents ActionDescription objects.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ActionDescription
Dim value As List(Of ActionDescription)
value = instance.smsActionDescriptions
instance.smsActionDescriptions = value
Syntax
'Declaration
<XmlArrayAttribute("ActionGroups", IsNullable:=False)> _
Public smsActionDescriptions As List(Of ActionDescription)
[XmlArrayAttribute("ActionGroups", IsNullable=false)]
public List<ActionDescription> smsActionDescriptions
[XmlArrayAttribute(L"ActionGroups", IsNullable=false)]
public:
List<ActionDescription^>^ smsActionDescriptions
/** @attribute XmlArrayAttribute("ActionGroups", IsNullable=false) */
public List<ActionDescription> smsActionDescriptions
XmlArrayAttribute("ActionGroups", IsNullable=false)
public var smsActionDescriptions : List<ActionDescription>
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 Class