ConnectionName Property

Summary
Gets or sets the connection name.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("connectionName")] 
public string ConnectionName { get; set; } 
[ConfigurationPropertyAttribute(Name="connectionName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public: 
property String^ ConnectionName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the connection name.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.