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