TagResponse.Operations Property

TegoOS

TagResponseOperations Property
Gets the operation list executed to create this response.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public IList<Operation> Operations { get; }
Public ReadOnly Property Operations As IList(Of Operation)
	Get
public:
property IList<Operation^>^ Operations {
	IList<Operation^>^ get ();
}
member Operations : IList<Operation> with get

Property Value

Type: IListOperation
See Also