ProjectDataSet.AssignmentRow.ASSN_ENTSUMPROJID property
Specifies the ID of the project to which this summary assignment belongs.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_ENTSUMPROJID As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer
value = instance.ASSN_ENTSUMPROJID
instance.ASSN_ENTSUMPROJID = value
public int ASSN_ENTSUMPROJID { get; set; }
Property value
Type: System.Int32
See also
Reference
ProjectDataSet.AssignmentRow class