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

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

    Property Value

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