ProjectDataSet.ProjectResourceRow.RES_STD_RATE_FMT Property

Specifies the rate description format in which the rate is displayed.

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

Syntax

'Declaration
Public Property RES_STD_RATE_FMT As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer

value = instance.RES_STD_RATE_FMT

instance.RES_STD_RATE_FMT = value
public int RES_STD_RATE_FMT { get; set; }

Property Value

Type: System.Int32

Remarks

For more information, see the Resource.StandardRateFormat type.

Cast Resource.StandardRateFormat type to an int to use with this property.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace