Project.WorkFormat - Énumération

Spécifie le format de travail.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
<ClientCallableTypeAttribute(ServerTypeId := "E7545CFC-DBF7-4671-A17E-A938AFC5E704")> _
Public Enumeration WorkFormat
'Utilisation
Dim instance As Project.WorkFormat
[ClientCallableTypeAttribute(ServerTypeId = "E7545CFC-DBF7-4671-A17E-A938AFC5E704")]
public enum WorkFormat

Membres

Nom du membre Description
Minute Valeur = 1. Minutes.
Hour Valeur = 2. Heures. Il s'agit de la valeur par défaut.
Day Valeur = 3. Jours.
Week Valeur = 4. Semaines.
Month Valeur = 5. Mois.

Remarques

Le type de Project.WorkFormat permet de définir la propriété PROJ_OPT_WORK_ENTRY_FMT d'une WebSvcProject.ProjectDataSet.ProjectResourceRow ou de WebSvcProject.ProjectDataSet.ProjectRow.

Voir aussi

Référence

Microsoft.Office.Project.Server.Library - Espace de noms