ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ENTSUMPROJID Property

Specifies the unique identifier of the project to which this summary assignment belongs.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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