ProjectDataSet.AssignmentRow.PROJ_OPT_CURRENCY_SYMBOL Property

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

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

Syntax

'Declaration
Public Property PROJ_OPT_CURRENCY_SYMBOL As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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 only be set at the project level. For more information, see the PROJ_OPT_CURRENCY_SYMBOL property.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace