StatusTransactionDataSet.StatusTransactionsRow.IsDELEGATEE_RES_UIDNull method
Determines whether the DELEGATEE_RES_UID property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsDELEGATEE_RES_UIDNull As Boolean
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
Dim returnValue As Boolean
returnValue = instance.IsDELEGATEE_RES_UIDNull()
public bool IsDELEGATEE_RES_UIDNull()
Return value
Type: System.Boolean
See also
Reference
StatusTransactionDataSet.StatusTransactionsRow class