Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As NodesRootDescription
Dim value As List(Of ActionDescription)
value = instance.smsActionDescriptions
instance.smsActionDescriptions = value
Syntax
'Declaration
<XmlArrayAttribute("Actions", IsNullable:=False)> _
Public smsActionDescriptions As List(Of ActionDescription)
[XmlArrayAttribute("Actions", IsNullable=false)]
public List<ActionDescription> smsActionDescriptions
[XmlArrayAttribute(L"Actions", IsNullable=false)]
public:
List<ActionDescription^>^ smsActionDescriptions
/** @attribute XmlArrayAttribute("Actions", IsNullable=false) */
public List<ActionDescription> smsActionDescriptions
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
Reference
NodesRootDescription Class
NodesRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class