←Select platform

ConnectionName Property (ConnectionElement)

Summary

Gets or sets the connection name.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute(Name="connectionName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public string ConnectionName {get; set;} 
<ConfigurationPropertyAttribute(Name="connectionName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsRequired=False,  
   IsKey=False)> 
Public Property ConnectionName As String 
[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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize