ResourceDataSet.ResourcesRow.IsRES_BOOKING_TYPENull method
Determina se a propriedade RES_BOOKING_TYPE está definida como um valor nulo.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsRES_BOOKING_TYPENull As Boolean
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_BOOKING_TYPENull()
public bool IsRES_BOOKING_TYPENull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourcesRow class