Condividi tramite


ProjectPostSummaryPublishEventArgs constructor (String, Guid, Guid)

Creates an instance of the ProjectPostSummaryPublishEventArgs class; used internally.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Sub New ( _
    projectName As String, _
    projectGuid As Guid, _
    jobGuid As Guid _
)
'Usage
Dim projectName As String
Dim projectGuid As Guid
Dim jobGuid As Guid

Dim instance As New ProjectPostSummaryPublishEventArgs(projectName, _
    projectGuid, jobGuid)
public ProjectPostSummaryPublishEventArgs(
    string projectName,
    Guid projectGuid,
    Guid jobGuid
)

Parameters

  • projectGuid
    Type: System.Guid

    The GUID for the project.

  • jobGuid
    Type: System.Guid

    The GUID for the publishing job.

See also

Reference

ProjectPostSummaryPublishEventArgs class

ProjectPostSummaryPublishEventArgs members

ProjectPostSummaryPublishEventArgs overload

Microsoft.Office.Project.Server.Events namespace