Path component of the URI (e.g. for a URI of "lv://myhost:10080/mypath/mysubpath", this property would be "mypath/mysubpath")

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Path { get; set; }
Public Property Path As String
	Get
	Set
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also