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

Syntax

C#
public bool IsConfirmation { get; }
Visual Basic
Public ReadOnly Property IsConfirmation As Boolean
	Get
Visual C++
public:
property bool IsConfirmation {
	bool get ();
}

See Also