Indicates that a property represents a value that acts as input to a query to the MDEX Engine.

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

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class CommandParameterPropertyAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class CommandParameterPropertyAttribute _
	Inherits Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class CommandParameterPropertyAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Endeca.Data..::.CommandParameterPropertyAttribute

See Also