StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_POSITION Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_CURRENCY_POSITION As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Integer
value = instance.PROJ_OPT_CURRENCY_POSITION
instance.PROJ_OPT_CURRENCY_POSITION = value
public int PROJ_OPT_CURRENCY_POSITION { get; set; }
Property Value
Type: System.Int32
See Also
Reference
StatusingDataSet.ProjectsRow Class