OperationResponse.Result Property

TegoOS

OperationResponseResult Property
The result of the operation that was executed to generate this response.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public OperationResult Result { get; }
Public ReadOnly Property Result As OperationResult
	Get
public:
property OperationResult Result {
	OperationResult get ();
}
member Result : OperationResult with get

Property Value

Type: OperationResult
See Also