C#
VB
C++
The name of the application.
[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)
}
the name of the application.
The default value is "LEADTOOLS Medical Web Viewer Demo".
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET