old_parents Field

A map of which tasks used to belong to which parents
<DataMember()> _ 
Public Shadows old_parents As Dictionary(Of EntityID, Tuple(Of EntityID, EntityType))
This language is not supported or no code example is available.
[DataMember()] 
new public Dictionary<EntityID, Tuple<EntityID, EntityType>> old_parents
This language is not supported or no code example is available.
[DataMember()] 
public:  
Dictionary<EntityID^, Tuple<EntityID^, EntityType^>^>^ old_parents;
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Field Value

Dictionary<EntityID, Tuple<EntityID, EntityType>>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition