ResourceDataSet.ResourcesRow.RES_TYPE property
Indicates whether the resource is a work, material, or cost resource and whether it is a budget or a generic resource.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
See also
Reference
ResourceDataSet.ResourcesRow class