The URI parameters, as specified after the '?' in lv://host[:port]?param1=value1[&param2=value2...]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IDictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ Parameters {
	IDictionary<String^, String^>^ get ();
}

See Also