StatusCreateTaskPreEventArgs.SumTaskGuid Property
Gets the GUID of the summary task (phase).
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property SumTaskGuid As Guid
Get
'Usage
Dim instance As StatusCreateTaskPreEventArgs
Dim value As Guid
value = instance.SumTaskGuid
public Guid SumTaskGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
StatusCreateTaskPreEventArgs Class