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