The password used to authenticate when connecting to the LiveView server.

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

Syntax

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

See Also