Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ReplicatorChildEventArgs::InstanceData Property

 

Gets the current item in the ReplicatorActivity enumerable collection.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property Object^ InstanceData {
	Object^ get();
}

Property Value

Type: System::Object^

The current item in the ReplicatorActivity enumerable collection.

The data for this item is frequently used to initialize values in the data context of the current child activity instance.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft