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