ProjectDataSet.AssignmentRow.RES_TYPE Property

Specifies the resource type.

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

Syntax

'Declaration
Public Property RES_TYPE As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer

value = instance.RES_TYPE

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

Property Value

Type: System.Int32

Remarks

Read/write in insert calls. Read-only in update calls. For more information, see the Resource.Type type.

Cast the Resource.Type type to an int to use with this property

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace