Back to product page

Password property


Holds user's password.

Type

String

Syntax

  • Basic
object.Password [= value]
The Password(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA String value.

Remarks

This property is required for wodXMPP in order to successfully authenticate with the server. You should enter some value here before calling Connect method. If Connect method is called without previously setting Password Property, the component will return an error.

Password should be considered as secret and never exchanged with anyone.

Platforms

Windows