ProjectDataSet.AssignmentRow.IsASSN_MATERIAL_RATE_FMTNull Method
Determines whether the ASSN_MATERIAL_RATE_FMT property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsASSN_MATERIAL_RATE_FMTNull As Boolean
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim returnValue As Boolean
returnValue = instance.IsASSN_MATERIAL_RATE_FMTNull()
public bool IsASSN_MATERIAL_RATE_FMTNull()
Return Value
Type: System.Boolean
See Also
Reference
ProjectDataSet.AssignmentRow Class