Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ENTSUMPROJID Property

Gets the GUID of the project to which the summary assignment belongs. Read-only.

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_ENTSUMPROJID As Integer
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer

value = instance.ASSN_ENTSUMPROJID

instance.ASSN_ENTSUMPROJID = value
public int ASSN_ENTSUMPROJID { get; set; }

Property Value

Type: System.Int32

Remarks

Present only if this is a summary assignment.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service