Returns the Path and Query properties separated by a question mark (?).
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string PathAndQuery { get; }
Public ReadOnly Property PathAndQuery As String
Get
public:
property String^ PathAndQuery {
String^ get ();
}
member PathAndQuery : string with get
Property Value
Type:
StringRemarks See Also