Click or drag to resize
WebServiceSettingsMethod Property
Gets or sets the method name to be called to populate items with ExpandMode set to WebService.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string Method { get; set; }

Property Value

Type: String
Remarks
The method must be part of the web service specified through the Path property.
See Also