IPWAPDPPart.SaveEnabled Property
Specifies whether the Save button is enabled in the Web Part on a project detail page.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
ReadOnly Property SaveEnabled As Boolean
Get
'Usage
Dim instance As IPWAPDPPart
Dim value As Boolean
value = instance.SaveEnabled
bool SaveEnabled { get; }
Property Value
Type: System.Boolean
True if the Save button is enabled; otherwise, False.
Remarks
The PDP infrastructure uses the SaveEnabled property to enable the Save button on a Web Part.