←Select platform

ApplicationName Property

Summary

The name of the application.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("applicationName", IsRequired=true)] 
public string ApplicationName { get; set; } 
<ConfigurationPropertyAttribute("applicationName", IsRequired:=true)>  
Public Property ApplicationName() As String 
   Get 
   Set 
public:  
   [ConfigurationPropertyAttribute(L"applicationName", IsRequired=true)] 
   property String^ ApplicationName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

the name of the application.

Remarks

The default value is "LEADTOOLS Medical Web Viewer Demo".

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly