ProjectDataSet.ProjectResourceRow.RES_STD_RATE-Eigenschaft
Gibt die Rate Bezahlung pro Stunde für regelmäßige, ohne Überstunden Arbeit einer Ressource an.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_STD_RATE As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_STD_RATE
instance.RES_STD_RATE = value
public double RES_STD_RATE { get; set; }
Eigenschaftswert
Typ: System.Double
Siehe auch
Referenz
ProjectDataSet.ProjectResourceRow Klasse