dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbMonitor Class / UseApp Property

In This Topic
    UseApp Property
    In This Topic
    Disables or enables sending database interaction events to dbMonitor application.
    Syntax
    'Declaration
     
    Public Property UseApp As Boolean
    public bool UseApp {get; set;}

    Property Value

    true if sending database interaction events to dbMonitor application is enabled; otherwise, false.
    Remarks
    If you don't use dbMonitor application, set this property to false to avoid spending resources to send database interaction events.
    See Also