ResourceDataSet.ResourcesRow.IsWRES_EMAILNull method
Determina se a propriedade WRES_EMAIL está definida como um valor nulo.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsWRES_EMAILNull As Boolean
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsWRES_EMAILNull()
public bool IsWRES_EMAILNull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourcesRow class