ImportTimesheetDataSet.LinesRow.ASSN_UID property

Gets the assignment GUID that the timesheet line references.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_UID As Guid
    Get
    Set
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Guid

value = instance.ASSN_UID

instance.ASSN_UID = value
public Guid ASSN_UID { get; set; }

Property value

Type: System.Guid

Remarks

This column always has a value, because only verified timesheet lines can be imported into Statusing.

See also

Reference

ImportTimesheetDataSet.LinesRow class

ImportTimesheetDataSet.LinesRow members

WebSvcStatusing namespace