←Select platform

ProductName Property (ConnectionElement)

Summary

Gets or sets the product name that this connection will be used for.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute(Name="productName",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=false)] 
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

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