Share via


StatusSubmitPostEventArgs.UpdateGuids property

Gets a collection of GUIDs that represent one or more modified saved assignments that are 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 StatusSubmitPostEventArgs
Dim value As Guid()

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

Property value

Type: []

See also

Reference

StatusSubmitPostEventArgs class

StatusSubmitPostEventArgs members

Microsoft.Office.Project.Server.Events namespace