Password Property

Summary
Gets or sets the administration password to be used when locking or unlocking the printer.
Syntax
C#
VB
C++
public string Password { get; set; } 
  
Public Property Password As String 
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The administration password.

Remarks

The value of this property is not used in the installation and uninstallation.

Example

Refer to Install example.

Requirements

Target Platforms

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

Leadtools.Printer Assembly

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