dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / ClientApplicationName Property

In This Topic
    ClientApplicationName Property
    In This Topic
    Gets or sets the client application name.
    Syntax
    'Declaration
     
    Public Property ClientApplicationName As String
    public string ClientApplicationName {get; set;}

    Property Value

    The client application name. The default value is an empty string (""). This value changes only when the application explicitly updates it.
    See Also