Share via


IPWAPDPPart.PDPUid Property

Specifies the GUID of the project detail page on which a Web Part is currently loaded.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Property PDPUid As Guid
    Get
    Set
'Usage
Dim instance As IPWAPDPPart
Dim value As Guid

value = instance.PDPUid

instance.PDPUid = value
Guid PDPUid { get; set; }

Property Value

Type: System.Guid

Remarks

The PDP infrastructure sets the PDPUid property when a Web Part is initialized on a project detail page.

See Also

Reference

IPWAPDPPart Interface

IPWAPDPPart Members

Microsoft.Office.Project.Server.Library Namespace