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

    Gets the URI associated with the process (if the target can be interpreted as a URI).

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public Uri Uri { get; }

    Property Value

    Type Description
    Uri

    The URI associated with the process. null (Nothing in Visual Basic) if the target cannot be converted to a URI.

    See Also