ResourceDataSet.ResourcesRow.RES_TYPE Property

Gets or sets a value that specifies whether the resource is a work, material, or cost resource and whether it is a budget or a generic resource.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property RES_TYPE As Integer
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Integer

value = instance.RES_TYPE

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

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service