Get/set if only show objects that are not yet apporved

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
Nullable<bool> ShowOnlyUnapproved { get; set; }
Visual Basic
Property ShowOnlyUnapproved As Nullable(Of Boolean)
	Get
	Set
Visual C++
property Nullable<bool> ShowOnlyUnapproved {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also