dotConnect for SQL Server Documentation
Devart.Common Namespace / DbMonitor Class / Host Property

In This Topic
    Host Property
    In This Topic
    Gets or sets the host where the dbMonitor application is running, 'localhost' by default.
    Syntax
    'Declaration
     
    Public Property Host As String
    public string Host {get; set;}

    Property Value

    The host where the dbMonitor application is running, 'localhost' by default.
    See Also