ProjectDataSet.ProjectResourceRow.RES_OVT_RATE_FMT - Propriété
Spécifie le format de description de taux dans laquelle le taux heures sup. est affiché.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_OVT_RATE_FMT As Integer
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer
value = instance.RES_OVT_RATE_FMT
instance.RES_OVT_RATE_FMT = value
public int RES_OVT_RATE_FMT { get; set; }
Valeur de propriété
Type : System.Int32
Remarques
Pour plus d'informations, voir le type de Resource.OvertimeRateFormat .
Effectuer un cast de type Resource.OvertimeRateFormat à un int à utiliser avec cette propriété.
Voir aussi
Référence
ProjectDataSet.ProjectResourceRow classe