ITask.Guid Property

Gets the unique identifier of this task that will NEVER change (not HexID). It is simply the value of the 'WBS_Guid' field.
ReadOnly Property Guid() As String
This language is not supported or no code example is available.
string Guid {get;}
This language is not supported or no code example is available.

Property Value

string

The task GUID.

Remarks
 
The Guid is different than the HexID. The HexID has a format based on the WBS tree structure and it can change, for example, when the estimate is repaired. On the other hand, the format of Guid has no meaning and it will never change.
Version
 
Available since QDV 7.18.685.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition