Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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