ReportingPostWorkflowPhaseChangedEventArgs.PhaseGuid Property
Gets the GUID of the workflow phase that has been changed.
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 PhaseGuid As Guid
Get
'Usage
Dim instance As ReportingPostWorkflowPhaseChangedEventArgs
Dim value As Guid
value = instance.PhaseGuid
public Guid PhaseGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
ReportingPostWorkflowPhaseChangedEventArgs Class