ProjectDataSet.AssignmentRow.PROJ_OPT_CURRENCY_POSITION-Eigenschaft
Gibt die Position des Währungssymbols in Bezug auf die Währungswert.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer
value = instance.PROJ_OPT_CURRENCY_POSITION
instance.PROJ_OPT_CURRENCY_POSITION = value
public int PROJ_OPT_CURRENCY_POSITION { get; set; }
Eigenschaftswert
Typ: System.Int32
Hinweise
Schreibgeschützt. Currency-Felder können nur auf Projektebene festgelegt werden. Weitere Informationen finden Sie unter der PROJ_OPT_CURRENCY_POSITION -Eigenschaft.
Siehe auch
Referenz
ProjectDataSet.AssignmentRow Klasse