ProjectPostSummaryPublishEventArgs.ProjectName property
Gets the name of the project.
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 ProjectName As String
Get
'Usage
Dim instance As ProjectPostSummaryPublishEventArgs
Dim value As String
value = instance.ProjectName
public string ProjectName { get; }
Property value
Type: System.String
See also
Reference
ProjectPostSummaryPublishEventArgs class