Share via


StatusSubmitPreEventArgs.UpdateGuids Property

Gets a collection of the GUIDs that represent one or more modified and saved assignments that are to be submitted to the project manager for approval.

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 UpdateGuids As Guid()
    Get
'Usage
Dim instance As StatusSubmitPreEventArgs
Dim value As Guid()

value = instance.UpdateGuids
public Guid[] UpdateGuids { get; }

Property Value

Type: []

See Also

Reference

StatusSubmitPreEventArgs Class

StatusSubmitPreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace