ProjectDataSet.ProjectResourceRow.PROJ_OPT_CURRENCY_POSITION propriedade
Especifica a posição do símbolo da moeda em relação ao valor de moeda.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'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; }
Valor de propriedade
Tipo: 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 classe