Gets or sets whether the command should include key properties data in the results metadata.
            Defaults to false.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [CommandParameterPropertyAttribute(Key = "Nk")] public Nullable<bool> EnableRetrievePropertyData { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <CommandParameterPropertyAttribute(Key := "Nk")> _ Public Property EnableRetrievePropertyData As Nullable(Of Boolean) | 
| Visual C++ | 
|---|
| [CommandParameterPropertyAttribute(Key = L"Nk")] public: property Nullable<bool> EnableRetrievePropertyData { Nullable<bool> get (); void set (Nullable<bool> value); } | 





