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

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

See Also