A Sandcastle Documented Class Library
![]() | TagResponseItem Property |
Gets the operation response for an individual operation.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public OperationResponse this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As OperationResponse Get
public: property OperationResponse^ default[int index] { OperationResponse^ get (int index); }
member Item : OperationResponse with get
Parameters
- index
- Type: SystemInt32
Index of operation.
Return Value
Type: OperationResponseOperation response for requested index.
