The user name used to authenticate when connecting to the LiveView server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.5.1 (10.6.5.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
[ObsoleteAttribute("Setting and getting the username after construction is deprecated, use Authentication instead")]
public string Username { get; set; }
<ObsoleteAttribute("Setting and getting the username after construction is deprecated, use Authentication instead")> _
Public Property Username As String
	Get
	Set
public:
[ObsoleteAttribute(L"Setting and getting the username after construction is deprecated, use Authentication instead")]
property String^ Username {
	String^ get ();
	void set (String^ value);
}

See Also