Compartir a través de


de la propiedad ProjectDataSet.AssignmentRow.PROJ_OPT_CURRENCY_POSITION

Especifica la ubicación del símbolo de moneda en relación con el valor de moneda.

Espacio de nombres:  WebSvcProject
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
    Get
    Set
'Uso
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; }

Valor de propiedad

Tipo: System.Int32

Comentarios

Es de sólo lectura. Los campos de moneda sólo pueden establecerse en el nivel de proyecto. Para obtener más información, vea la propiedad PROJ_OPT_CURRENCY_POSITION .

Vea también

Referencia

clase ProjectDataSet.AssignmentRow

Miembros ProjectDataSet.AssignmentRow

Espacio de nombres WebSvcProject