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