←Select platform

ServiceName Property (ConnectionElement)

Summary

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

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute(Name="serviceName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public string ServiceName {get; set;} 
<ConfigurationPropertyAttribute(Name="serviceName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsRequired=False,  
   IsKey=False)> 
Public Property ServiceName As String 
[ConfigurationPropertyAttribute(Name="serviceName",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public: 
property String^ ServiceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the service 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