Gets or sets the specific list in the data source to which the connector currently binds to.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also