ProjectDataSet.ProjectRow.IsProjectOptionDefaultStandardRateFormatNull-Methode
Bestimmt, ob die ProjectOptionDefaultStandardRateFormat -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsProjectOptionDefaultStandardRateFormatNull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsProjectOptionDefaultStandardRateFormatNull()
public bool IsProjectOptionDefaultStandardRateFormatNull()
Rückgabewert
Typ: System.Boolean
True Wenn ProjectOptionDefaultStandardRateFormatein Nullverweis (Nothing in Visual Basic)ist.
Siehe auch
Referenz
ProjectDataSet.ProjectRow Klasse