[Missing <summary> documentation for "P:StreamBase.LiveView.API.LiveViewBasicAuth.credentials"]

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++ 
public NetworkCredential credentials { get; set; }
Public Property credentials As NetworkCredential
	Get
	Set
public:
property NetworkCredential^ credentials {
	NetworkCredential^ get ();
	void set (NetworkCredential^ value);
}

See Also