Share via


StatusingPostApplyEventArgs.AcceptedAssignments property

Gets a collection of the GUIDs that represent accepted resource task assignments.

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

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

Property value

Type: []

See also

Reference

StatusingPostApplyEventArgs class

StatusingPostApplyEventArgs members

Microsoft.Office.Project.Server.Events namespace