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.
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