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

Syntax

C#
public ViewInformation[] ChildViews { get; }
Visual Basic
Public ReadOnly Property ChildViews As ViewInformation()
	Get
Visual C++
public:
property array<ViewInformation^>^ ChildViews {
	array<ViewInformation^>^ get ();
}

See Also