TimesheetListDataSet.TimesheetsRow.WPRD_NAME - Propriété
Spécifie le nom de la période de rapport.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WPRD_NAME As String
Get
Set
'Utilisation
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String
value = instance.WPRD_NAME
instance.WPRD_NAME = value
public string WPRD_NAME { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
TimesheetListDataSet.TimesheetsRow classe