StatusDelegateTaskPreEventArgs.AssignmentDataSet Property
Gets a dataset that contains information about delegate 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 AssignmentDataSet As DelegationDataSet
Get
'Usage
Dim instance As StatusDelegateTaskPreEventArgs
Dim value As DelegationDataSet
value = instance.AssignmentDataSet
public DelegationDataSet AssignmentDataSet { get; }
Property Value
Type: DelegationDataSet
See Also
Reference
StatusDelegateTaskPreEventArgs Class