StatusingPostApplyEventArgs.RejectedAssignments property
Gets a collection of the GUIDs that represent rejected 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 RejectedAssignments As Guid()
Get
'Usage
Dim instance As StatusingPostApplyEventArgs
Dim value As Guid()
value = instance.RejectedAssignments
public Guid[] RejectedAssignments { get; }
Property value
Type: []
See also
Reference
StatusingPostApplyEventArgs class