'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets an IList or IListSource instance which describes the data to navigate through.")> Public Overridable Property DataSource As System.Object
'Usage
Dim instance As NDataNavigatorElement Dim value As System.Object instance.DataSource = value value = instance.DataSource
[System.ComponentModel.Description("Gets/sets an IList or IListSource instance which describes the data to navigate through.")] public virtual System.object DataSource {get; set;}