ResourceDataSet.ResourcesRow.RES_HAS_NOTES propriedade
Indica se as anotações são armazenadas na propriedade RES_NOTES .
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property RES_HAS_NOTES As Boolean
Get
Set
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_HAS_NOTES
instance.RES_HAS_NOTES = value
public bool RES_HAS_NOTES { get; set; }
Valor de propriedade
Tipo: System.Boolean
True se as anotações são armazenadas na propriedade RES_NOTES ; Caso contrário, False.
Ver também
Referência
ResourceDataSet.ResourcesRow classe