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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly