LinkedIterator Property
Microsoft Robotics Studio
Internal use only. Parent iterator context associated with task
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
MultipleItemReceiver Class
Microsoft.Ccr.Core Namespace