Gets the identifiers for the records that should be retrieved.

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 Collection<string> Identifiers { get; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public ReadOnly Property Identifiers As Collection(Of String)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Collection<String^>^ Identifiers {
	Collection<String^>^ get ();
}

See Also