ProjectPrePublishEventArgs.FullPublish Property
Gets a Boolean value that indicates whether to remove any previous data saved for this project in the Published database, before publishing the project again.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property FullPublish As Boolean
Get
Set
'Usage
Dim instance As ProjectPrePublishEventArgs
Dim value As Boolean
value = instance.FullPublish
instance.FullPublish = value
public bool FullPublish { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ProjectPrePublishEventArgs Class