TimesheetDataSet.CustomFieldsRow.IsMD_PROP_UIDNull método
Determina se a propriedade MD_PROP_UID está definida como um valor nulo.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsMD_PROP_UIDNull As Boolean
'Uso
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_UIDNull()
public bool IsMD_PROP_UIDNull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
TimesheetDataSet.CustomFieldsRow classe