LinkedIterator Property

Microsoft Robotics Studio

Iterator that needs to be processed once current task completes

Namespace: Microsoft.Ccr.Core
Assembly:  Ccr.Core (in Ccr.Core.dll)
Version: 1.5.507.0

Syntax

public Object LinkedIterator{ get; set;}
'Declaration
Public Property LinkedIterator As Object
public:
virtual property Object^ LinkedIterator {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}

See Also

IterativeTask<(Of <T0, T1, T2>)> Class

Microsoft.Ccr.Core Namespace