dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ApplicationName Property

ApplicationName Property
Gets or sets the name of the application associated with the connection string.
Syntax
'Declaration
 
Public Property ApplicationName As String
 

Property Value

The name of the application, or "dotConnect for SQL Server" if no name has been supplied.
Remarks
This property corresponds to the "Application Name" and "app" keys within the connection string. If the value passed in is null when you try to set the property, the ApplicationName property is reset.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also