Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the resource is a material resource or a work resource.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_RES_TYPE As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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 type.
Remarks
ASSN_RES_TYPE is not the same as other fields of this name that use the Resource.Type type.
See also
Reference
ProjectDataSet.AssignmentRow class