DataMember Property (CheckListBindingInfo)
In This Topic
Gets or sets a name of a specific record set within the DataSource.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckList.DataMember", "Gets or sets a name of a specific record set within the DataSource.")>
<DefaultValueAttribute("")>
<C1CategoryAttribute("Data")>
Public Property DataMember As String
[C1Description("C1CheckList.DataMember", "Gets or sets a name of a specific record set within the DataSource.")]
[DefaultValue("")]
[C1Category("Data")]
public string DataMember {get; set;}
See Also