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