Gets or sets a value indicating if the types of the properties should be Nullable<(Of <(T>)>).

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also