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