StatusDeleteTaskPostEventArgs.AssnGuid Property
Gets the GUID of the assignment of a resource to a task.
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 AssnGuid As Guid
Get
'Usage
Dim instance As StatusDeleteTaskPostEventArgs
Dim value As Guid
value = instance.AssnGuid
public Guid AssnGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
StatusDeleteTaskPostEventArgs Class