Gets or sets whether the command should include key properties data in the results metadata. If not specified, the default value is false.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<bool> EnableRetrievePropertyData { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property EnableRetrievePropertyData As Nullable(Of Boolean)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<bool> EnableRetrievePropertyData {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also