Share via


LookupTables.IsValidProjectImpact method

Determines whether the specified project impact GUID is a valid value.

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

Syntax

'Declaration
Public Shared Function IsValidProjectImpact ( _
    projectIMpactValue As Guid _
) As Boolean
'Usage
Dim projectIMpactValue As Guid
Dim returnValue As Boolean

returnValue = LookupTables.IsValidProjectImpact(projectIMpactValue)
public static bool IsValidProjectImpact(
    Guid projectIMpactValue
)

Parameters

  • projectIMpactValue
    Type: System.Guid

    GUID of a project impact value.

Return value

Type: System.Boolean
True if projectIMpactValue is a valid GUID for a project impact.

Remarks

The IsValidProjectImpact method returns True if the projectIMpactValue parameter is one of the following:

See also

Reference

LookupTables class

LookupTables members

Microsoft.Office.Project.Server.Library namespace