Password Property

Summary
This attribute specifies that the dynamically generated configuration textbox item will be masked on input
Syntax
C#
VB
C++
public bool Password { get; set; } 
  
Public Property Password As Boolean 
public: 
property bool Password { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to mask the input; false to not mask the input.

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.