The URI parameters, as specified after the '?' in lv://host[:port]?param1=value1[¶m2=value2...]
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.3.4 (10.6.3.4)
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 (); }