StatusingPostEventArgs.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 StatusingPostEventArgs
Dim value As Guid
value = instance.AssignmentID
public Guid AssignmentID { get; }
Property value
Type: System.Guid