Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IPagedEntityChildrenList<ISurveyQuestion, int> Questions { get; }
Visual Basic
ReadOnly Property Questions As IPagedEntityChildrenList(Of ISurveyQuestion, Integer)
	Get
Visual C++
property IPagedEntityChildrenList<ISurveyQuestion^, int>^ Questions {
	IPagedEntityChildrenList<ISurveyQuestion^, int>^ get ();
}

See Also