Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the units in which the material rate is displayed in Project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_MATERIAL_RATE_FMT As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Short
value = instance.ASSN_MATERIAL_RATE_FMT
instance.ASSN_MATERIAL_RATE_FMT = value
public short ASSN_MATERIAL_RATE_FMT { get; set; }
Property value
Type: System.Int16
Remarks
Short Value |
Text Shown |
Meaning |
|---|---|---|
1 |
m |
Minute |
2 |
h |
Hour |
3 |
d |
Day |
4 |
w |
Week |
5 |
mo |
Month |
7 |
y |
Year |
See also
Reference
ProjectDataSet.AssignmentRow class