Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
ShellExecPath
LinkLaunchEventArgs Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top