ProjectDataSet.AssignmentRow.IsASSN_RES_TYPENull method
Determina se a propriedade ASSN_RES_TYPE está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsASSN_RES_TYPENull As Boolean
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim returnValue As Boolean
returnValue = instance.IsASSN_RES_TYPENull()
public bool IsASSN_RES_TYPENull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.AssignmentRow class