LinkLaunchEventArgs.ShellExecPath Property
Gets or sets the execution file path.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string ShellExecPath { get; set; }
public:
property String^ ShellExecPath {
String^ get();
void set(String^ value);
}
Public Property ShellExecPath As String
Property Value
Type: System.String
See Also
ArgumentFormatString
LinkLaunchEventArgs Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top