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

Syntax

C#
public IEnumerable<IUniqueObject> IncludedObjects { get; private set; }
Visual Basic
Public Property IncludedObjects As IEnumerable(Of IUniqueObject)
	Get
	Private Set
Visual C++
public:
virtual property IEnumerable<IUniqueObject^>^ IncludedObjects {
	IEnumerable<IUniqueObject^>^ get () sealed;
	private: void set (IEnumerable<IUniqueObject^>^ value) sealed;
}

Implements

ICartellaResultWithCacheDependency..::..IncludedObjects

See Also