ProjectDataSet.ProjectResourceRow.RES_TYPE property
Specifies the resource type.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_TYPE As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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.ProjectResourceRow class