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