Share via


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
<DataMemberAttribute> _
Public Property FullPublish As Boolean
    Get
    Set
'Usage
Dim instance As ProjectPrePublishEventArgs
Dim value As Boolean

value = instance.FullPublish

instance.FullPublish = value
[DataMemberAttribute]
public bool FullPublish { get; set; }

Property value

Type: System.Boolean

See also

Reference

ProjectPrePublishEventArgs class

ProjectPrePublishEventArgs members

Microsoft.Office.Project.Server.Events namespace