IPWAPDPPart.Editable property
Gets or sets a value that indicates whether a Web Part on the project detail page can be edited.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Property Editable As Boolean
Get
Set
'Usage
Dim instance As IPWAPDPPart
Dim value As Boolean
value = instance.Editable
instance.Editable = value
bool Editable { get; set; }
Property value
Type: System.Boolean
True if the Web Part is editable; otherwise, False.
Remarks
The PDP infrastructure sets the IPWAPDPPart property during initialization of the PDP.