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

Syntax

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

See Also