Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_RES_TYPE Property

Gets or sets the Boolean value that specified whether the resource is a material resource or a work 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 ASSN_RES_TYPE As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Boolean

value = instance.ASSN_RES_TYPE

instance.ASSN_RES_TYPE = value
public bool ASSN_RES_TYPE { get; set; }

Property Value

Type: System.Boolean
false indicates a material resource type; true indicates a work resource.

Remarks

ASSN_RES_TYPE is not the same as other fields of this name that use the Resource.Type type.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service