ResourceDataSet.ResourcesRow.IsRES_MATERIAL_LABELNull método
Determina se a propriedade RES_MATERIAL_LABEL está definida como um valor nulo.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsRES_MATERIAL_LABELNull As Boolean
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_MATERIAL_LABELNull()
public bool IsRES_MATERIAL_LABELNull()
Valor retornado
Tipo: System.Boolean
True se o valor da propriedade estiver definido como null; Caso contrário, False.
Ver também
Referência
ResourceDataSet.ResourcesRow classe