ContextSetInfo.InsertionTaskHexID Property

The hex ID of the task to which this set is being inserted.
Public Property InsertionTaskHexID() As String
This language is not supported or no code example is available.
public string InsertionTaskHexID {get; set;}
This language is not supported or no code example is available.

Property Value

string

The task hex ID or null reference (Nothing in Visual Basic) if not applicable, i.e. the set is not being inserted in an estimate.

Remarks
 
This property has meaning only if the set is being inserted in an estimate. This means that "Insert sets" or "Replace sets" operation was selected when "Insert reference" was executed in Minutes tab. Or when a set was dragged and dropped into WBS or Minutes.

Such situation is reported only in Before_Drag_Set and After_Drop_Set events of the set. These are the only places where a macro can read and use this property.

Version
 
Available since QDV 7.22.983.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition