ProjectDataSet.ProjectResourceRow.RES_OVT_RATE-Eigenschaft
Gibt die stündliche Kostensatz für Überstunden.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_OVT_RATE As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_OVT_RATE
instance.RES_OVT_RATE = value
public double RES_OVT_RATE { get; set; }
Eigenschaftswert
Typ: System.Double
Siehe auch
Referenz
ProjectDataSet.ProjectResourceRow Klasse