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 timesheet line unique identifier to which this custom field relates.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_UID As Guid
Get
Set
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim value As Guid
value = instance.TS_LINE_UID
instance.TS_LINE_UID = value
public Guid TS_LINE_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
TimesheetDataSet.CustomFieldsRow class