ProjectDataSet.ProjectResourceRow.RES_TYPE Property
Specifies the resource type.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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