ProjectDataSet.AssignmentRow.ASSN_PARENT_UID property
Specifies the unique ID of the parent assignment to this assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_PARENT_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Guid
value = instance.ASSN_PARENT_UID
instance.ASSN_PARENT_UID = value
public Guid ASSN_PARENT_UID { get; set; }
Property value
Type: System.Guid
Remarks
Read-only.
See also
Reference
ProjectDataSet.AssignmentRow class