Action.Arguments Property

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim instance As Action
Dim value As IList(Of Argument)

value = instance.Arguments

instance.Arguments = value

Syntax

'Declaration
<XmlArrayItemAttribute("Arg")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
<XmlArrayAttribute("Args")> _
Public Property Arguments As IList(Of Argument)
[XmlArrayItemAttribute("Arg")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayAttribute("Args")] 
public IList<Argument> Arguments { get; set; }
[XmlArrayItemAttribute(L"Arg")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayAttribute(L"Args")] 
public:
property IList<Argument^>^ Arguments {
    IList<Argument^>^ get ();
    void set (IList<Argument^>^ value);
}
/** @property */
public IList<Argument> get_Arguments ()

/** @property */
public void set_Arguments (IList<Argument> value)
public function get Arguments () : IList<Argument>

public function set Arguments (value : IList<Argument>)

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Action Class
Action Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace