Gets the identifiers of the records that should be retrieved by this command.

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

Syntax

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

See Also