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

Syntax

C#
public bool IsCurrentVersion { get; private set; }
Visual Basic
Public Property IsCurrentVersion As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsCurrentVersion {
	bool get ();
	private: void set (bool value);
}

See Also