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.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.0.1 (10.6.0.1)
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); }