UnsubmittedTimesheetDataSet.TimePeriodsRow.RES_NAME - Propriété
Indique le nom de la ressource associée à la période spécifiée.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_NAME As String
Get
Set
'Utilisation
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim value As String
value = instance.RES_NAME
instance.RES_NAME = value
public string RES_NAME { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
UnsubmittedTimesheetDataSet.TimePeriodsRow classe