Indicates a System.Collections.Generic.List object that represents
ActionDescription objects for actions that are associated with
the nodes root.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlArrayAttribute("Actions", IsNullable:=False)> _
Public smsActionDescriptions As List(Of ActionDescription)
|
C# |
[XmlArrayAttribute("Actions", IsNullable=false)]
public List<ActionDescription> smsActionDescriptions
|
C++ |
[XmlArrayAttribute(L"Actions", IsNullable=false)]
public:
List<ActionDescription^>^ smsActionDescriptions
|
J# |
/** @attribute XmlArrayAttribute("Actions", IsNullable=false) */
public List<ActionDescription> smsActionDescriptions
|
JScript |
XmlArrayAttribute("Actions", IsNullable=false)
public var smsActionDescriptions : List<ActionDescription>
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also