Partager via


LinkLaunchEventArgs.ArgumentFormatString Property

 

Gets or sets the parameters to use when running the executable.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string ArgumentFormatString { get; set; }
public:
property String^ ArgumentFormatString {
    String^ get();
    void set(String^ value);
}
Public Property ArgumentFormatString As String

Property Value

Type: System.String

A System.String.

See Also

ShellExecPath
LinkLaunchEventArgs Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top