Share via


ReportingPostWorkflowStageChangedEventArgs.StageGuid property

Gets the GUID of the workflow stage 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 StageGuid As Guid
    Get
'Usage
Dim instance As ReportingPostWorkflowStageChangedEventArgs
Dim value As Guid

value = instance.StageGuid
public Guid StageGuid { get; }

Property value

Type: System.Guid

See also

Reference

ReportingPostWorkflowStageChangedEventArgs class

ReportingPostWorkflowStageChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace