Freigeben über


LookupTables.IsValidProjectImpact-Methode

Bestimmt, ob der angegebene Projektauswirkungen GUID ein gültiger Wert ist.

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
)

Parameter

  • projectIMpactValue
    Typ: System.Guid

    GUID des ein projektauswirkungswert.

Rückgabewert

Typ: System.Boolean
True projectIMpactValue ist eine gültige GUID für eine Projektauswirkungen.

Hinweise

Die IsValidProjectImpact -Methode gibt True zurück, wenn der Parameter projectIMpactValue eine der folgenden ist:

Siehe auch

Referenz

LookupTables Klasse

LookupTables-Member

Microsoft.Office.Project.Server.Library-Namespace