UnsubmittedTimesheetDataSet.TimePeriodsRow.TS_STATUS_ENUM - Propriété
Utilisé pour stocker l'état TS_STATUS_ENUM de la feuille de temps spécifié.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_STATUS_ENUM As Byte
Get
Set
'Utilisation
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim value As Byte
value = instance.TS_STATUS_ENUM
instance.TS_STATUS_ENUM = value
public byte TS_STATUS_ENUM { get; set; }
Valeur de propriété
Type : System.Byte
Voir aussi
Référence
UnsubmittedTimesheetDataSet.TimePeriodsRow classe