Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As Action
Dim value As IList(Of Argument)
value = instance.Arguments
instance.Arguments = value
|
Syntax
Visual Basic |
<XmlArrayItemAttribute("Arg")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
<XmlArrayAttribute("Args")> _
Public Property Arguments As IList(Of Argument)
|
C# |
[XmlArrayItemAttribute("Arg")]
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[XmlArrayAttribute("Args")]
public IList<Argument> Arguments { get; set; }
|
C++ |
[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);
}
|
J# |
/** @property */
public IList<Argument> get_Arguments ()
/** @property */
public void set_Arguments (IList<Argument> value)
|
JScript |
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