Gets or sets the binding source member.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[DefaultValueAttribute("")]
public string BindingSourceMember { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property BindingSourceMember As String

Field Value

The binding source member.

See Also