Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerable<IUniqueObject> IncludedObjects { get; }
Visual Basic
ReadOnly Property IncludedObjects As IEnumerable(Of IUniqueObject)
	Get
Visual C++
property IEnumerable<IUniqueObject^>^ IncludedObjects {
	IEnumerable<IUniqueObject^>^ get ();
}

See Also