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