ProjectDataSet.TaskRow.PROJ_OPT_CURRENCY_SYMBOL Property
To be deprecated in the TaskDataTable. The symbol used to represent the type of currency that is used in the project.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_SYMBOL As String
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As String
value = instance.PROJ_OPT_CURRENCY_SYMBOL
instance.PROJ_OPT_CURRENCY_SYMBOL = value
public string PROJ_OPT_CURRENCY_SYMBOL { get; set; }
Property Value
Type: System.String
Remarks
Read-only.
Important
The PROJ_OPT_CURRENCY_SYMBOL property will be deprecated from the TaskDataTable class in the ProjectDataSet, because the property is used in the ProjectDataTable. For more information, see PROJ_OPT_CURRENCY_SYMBOL.
The default value for new projects is determined by the enterprise global settings. If there are no enterprise global settings, the default value is the same as the value that is used by the Project Professional client.