ProjectDataSet.ProjectRow.PROJ_OPT_CURRENCY_SYMBOL Property

Specifies the symbol used to represent the type of currency used in the project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_CURRENCY_SYMBOL As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
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
Symbol for the currency.

Remarks

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is the same as the default in Microsoft Office Project Professional.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace