This property retrieves the password that is generated by the PS3GetPassword method.

[C++Builder] controlname->szPassword [ = WideString ]
[Delphi] controlname.szPassword [ = WideString ]
[Visual Basic] controlname.szPassword [ = String ]
[VisualC++] [ LPSTR = ]controlname.GetszPassword()

Explanation

The szPassword property retrieves the password that is generated by the PS3GetPassword method. Send this password to the enduser so that the application can be unlocked.

Setting the Value

This property value cannot be set.

Getting the Value

This property value can be retrieved at runtime.