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