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

Syntax

C#
ICartellaPagedRelations<IUserStatus, IComment> Comments { get; }
Visual Basic
ReadOnly Property Comments As ICartellaPagedRelations(Of IUserStatus, IComment)
	Get
Visual C++
property ICartellaPagedRelations<IUserStatus^, IComment^>^ Comments {
	ICartellaPagedRelations<IUserStatus^, IComment^>^ get ();
}

See Also