Gets or sets the identifier of the record that should be retrieved by this command.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |