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