Gets or sets the identifier used to look up the aggregate record.

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "R")]
public string Identifier { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "R")> _
Public Property Identifier As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"R")]
public:
property String^ Identifier {
	String^ get ();
	void set (String^ value);
}

See Also