Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ConnectionInfo.Password Property

User password to be supplied to the Server in the connection request. If it is null, no User password is supplied. 

The default setting is null. 

 

C++
public: __property string Password;
C#
public string Password;
Visual Basic
Public Property Password() As string