ProjectDataSet.ProjectResourceRow.WRES_EMAIL - Propriété
Spécifie l'adresse de messagerie d'une ressource de travail.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WRES_EMAIL As String
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.WRES_EMAIL
instance.WRES_EMAIL = value
public string WRES_EMAIL { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ProjectDataSet.ProjectResourceRow classe