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