When set, the control uses EnableOnLoad with Web service - better perfmance, but less configuration options.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: String

See Also