Share via


IPWAPDPPart.Editable Property

Specifies 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.

See Also

Reference

IPWAPDPPart Interface

IPWAPDPPart Members

Microsoft.Office.Project.Server.Library Namespace