StatusingPreEventArgs.AssignmentID Property
Gets the GUID of a project assignment.
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 AssignmentID As Guid
Get
'Usage
Dim instance As StatusingPreEventArgs
Dim value As Guid
value = instance.AssignmentID
public Guid AssignmentID { get; }
Property Value
Type: System.Guid