ProjectDataSet.ProjectResourceRow.PROJ_OPT_CURRENCY_POSITION property
Especifica a posição do símbolo da moeda em relação ao valor de moeda.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Uso
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer
value = instance.PROJ_OPT_CURRENCY_POSITION
instance.PROJ_OPT_CURRENCY_POSITION = value
public int PROJ_OPT_CURRENCY_POSITION { get; set; }
Property value
Type: System.Int32
Comentários
Somente leitura. Campos de moeda podem ser definidos somente no nível do projeto. Para obter mais informações, consulte a propriedade PROJ_OPT_CURRENCY_POSITION .
Ver também
Referência
ProjectDataSet.ProjectResourceRow class