Share via


StatusApprovalDataSet.StatusApprovalsRow.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 Short
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Short

value = instance.RES_TYPE

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

Property Value

Type: System.Int16

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

StatusApprovalDataSet.StatusApprovalsRow Class

StatusApprovalDataSet.StatusApprovalsRow Members

Statusing Web Service