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