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

Syntax

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

See Also