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

Syntax

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

See Also