Share via


ShellLink.Arguments Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Platform
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As ShellLink
Dim value As String

value = instance.Arguments

instance.Arguments = value

Syntax

'Declaration
Public Property Arguments As String
public string Arguments { get; set; }
public:
property String^ Arguments {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Arguments ()

/** @property */
public void set_Arguments (String value)
public function get Arguments () : String

public function set Arguments (value : String)

Property Value

Returns String.

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

Target Platforms

See Also

Reference

ShellLink Class
ShellLink Members
Microsoft.OneGet.Utility.Platform Namespace