ProjectDataSet.ProjectResourceRow.PROJ_OPT_CURRENCY_SYMBOL property

Specifies the symbol that is used to represent the type of currency that is 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 ProjectDataSet.ProjectResourceRow
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. Currency fields can be set only at the project level. For more information, see the PROJ_OPT_CURRENCY_SYMBOL property.

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcStatusing namespace