←Select platform

FriendlyName Property

Summary

Gets or sets a string value containing the Friendly name displayed in the External Store Settings drop-down list of CSStorageServerManager.exe.

Syntax

C#
VB
C++
public abstract string FriendlyName { get; set; } 
  
Public MustOverride Property FriendlyName As String 
public: 
abstract property String^ FriendlyName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

string value containing the Friendly name displayed in the External Store Settings drop-down list of CSStorageServerManager.exe

Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly