Gets the news module data source.

Namespace: MonoSoftware.MonoX.News
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public IEntityCollection2 DataSource { get; }
Visual Basic
Public ReadOnly Property DataSource As IEntityCollection2
	Get
Visual C++
public:
property IEntityCollection2^ DataSource {
	IEntityCollection2^ get ();
}
F#
member DataSource : IEntityCollection2 with get

Property Value

Type: IEntityCollection2

See Also