ProductName Property

Summary
Gets or sets the product name that this connection will be used for.
Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("productName", IsRequired=true)] 
public string ProductName { get; set; } 
  
<ConfigurationPropertyAttribute(Name="productName",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=False,  
   IsRequired=True,  
   IsKey=False)> 
Public Property ProductName As String 
[ConfigurationPropertyAttribute(Name="productName",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=false)] 
public: 
property String^ ProductName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the product name that this connection will be used for.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly

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