Gets or sets the offset within the results.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [CommandParameterPropertyAttribute(Key = "Ro")] public Nullable<long> RecordOffset { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <CommandParameterPropertyAttribute(Key := "Ro")> _ Public Property RecordOffset As Nullable(Of Long) | 
| Visual C++ | 
|---|
| [CommandParameterPropertyAttribute(Key = L"Ro")] public: property Nullable<long long> RecordOffset { Nullable<long long> get (); void set (Nullable<long long> value); } | 





