Mimer SQL Data Provider
ApplicationName Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : ApplicationName Property
The name of the application that the connection is associated with. Can be used to group connections by application.
Syntax
'Declaration
 
Public Property ApplicationName As String
public string ApplicationName {get; set;}
public read-write property ApplicationName: String; 
public function get,set ApplicationName : String
public: __property string* get_ApplicationName();
public: __property void set_ApplicationName( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members