ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_PARENT_UID Property
Specifies the unique identifier of the parent assignment of this assignment.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_PARENT_UID As Guid
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class