ProjectPostSummaryPublishEventArgs Constructor
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
- projectName
Type: System.String
The name of the project.
- projectGuid
Type: System.Guid
The GUID for the project.
- jobGuid
Type: System.Guid
The GUID for the publishing job.
See Also
Reference
ProjectPostSummaryPublishEventArgs Class