StatusReportsPostResponseCreateEventArgs.ResponseGUID Property
Gets the GUID of a response to the request to create a status report.
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 ResponseGUID As Guid
Get
'Usage
Dim instance As StatusReportsPostResponseCreateEventArgs
Dim value As Guid
value = instance.ResponseGUID
public Guid ResponseGUID { get; }
Property Value
Type: System.Guid
See Also
Reference
StatusReportsPostResponseCreateEventArgs Class