Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_SYMBOL property

Gets the symbol that is used to represent the type of currency used in the project.

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

Syntax

'Declaration
Public Property PROJ_OPT_CURRENCY_SYMBOL As String
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
A string that contains a currency symbol.

Remarks

The currency symbol can be set on the Display tab of the Project Options dialog box.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace