ProjectDataSet.AssignmentRow.ASSN_ENTSUMPROJID Property
Specifies the identifier of the project to which this summary assignment belongs.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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