ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ENTSUMPROJID property

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

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcResource namespace