TimesheetDataSet.ActionsRow.TS_ACTION_LEVEL - Propriété
Spécifie le type de TimesheetEnum.Status les résultats de cette action.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_ACTION_LEVEL As Integer
Get
Set
'Utilisation
Dim instance As TimesheetDataSet.ActionsRow
Dim value As Integer
value = instance.TS_ACTION_LEVEL
instance.TS_ACTION_LEVEL = value
public int TS_ACTION_LEVEL { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
TimesheetDataSet.ActionsRow classe