ProjectDataSet.ProjectResourceRow.RES_HAS_NOTES - Propriété
Indique s'il existe des notes dans la propriété RES_NOTES .
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_HAS_NOTES As Boolean
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean
value = instance.RES_HAS_NOTES
instance.RES_HAS_NOTES = value
public bool RES_HAS_NOTES { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ProjectDataSet.ProjectResourceRow classe