Returns the result of the previous operation of the given turnout.

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

C#
public OperationResult OpResult { get; }
Visual Basic
Public ReadOnly Property OpResult As OperationResult
	Get
Visual C++
public:
property OperationResult OpResult {
	OperationResult get ();
}

See Also