IPWAPDPPart.HasRequiredFields Property
Specifies whether the Web Part on a project detail page has any required fields.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
ReadOnly Property HasRequiredFields As Boolean
Get
'Usage
Dim instance As IPWAPDPPart
Dim value As Boolean
value = instance.HasRequiredFields
bool HasRequiredFields { get; }
Property Value
Type: System.Boolean
True if the Web Part has one or more required fields; otherwise, False.
Remarks
The PDP infrastructure uses the HasRequiredFields property to determine whether the project detail page shows the Required Fields legend at the top of the page.