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