Skip to main content
All docs
V25.2
  • ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs.Arguments Property

    Gets command-line arguments that will be passed to the process.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.2.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public string Arguments { get; }

    Property Value

    Type Description
    String

    Command-line arguments.

    See Also