Share via


ImportTimesheetDataSet.LinesRow.ASSN_UID Property

Gets the assignment GUID that the timesheet line references.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service