StatusApprovalDataSet.StatusApprovalsRow.IsASSN_TEAM_STATUS_PENDINGNull Method
Determines whether the ASSN_TEAM_STATUS_PENDING 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_TEAM_STATUS_PENDINGNull As Boolean
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim returnValue As Boolean
returnValue = instance.IsASSN_TEAM_STATUS_PENDINGNull()
public bool IsASSN_TEAM_STATUS_PENDINGNull()
Return Value
Type: System.Boolean
See Also
Reference
StatusApprovalDataSet.StatusApprovalsRow Class