Share via


StatusCreateTaskPostEventArgs.AssnGuid property

Gets the GUID of the assignment of a resource to the created 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 StatusCreateTaskPostEventArgs
Dim value As Guid

value = instance.AssnGuid
public Guid AssnGuid { get; }

Property value

Type: System.Guid

See also

Reference

StatusCreateTaskPostEventArgs class

StatusCreateTaskPostEventArgs members

Microsoft.Office.Project.Server.Events namespace