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

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

The default setting is null. 

 

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